Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IScriptFolderService

    Namespace: Umbraco.Cms.Core.Services.FileSystem
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IScriptFolderService

    Methods

    View Source

    CreateAsync(ScriptFolderCreateModel)

    Declaration
    Task<Attempt<ScriptFolderModel, ScriptFolderOperationStatus>> CreateAsync(ScriptFolderCreateModel createModel)
    Parameters
    Type Name Description
    ScriptFolderCreateModel createModel
    Returns
    Type Description
    Task<Attempt<ScriptFolderModel, ScriptFolderOperationStatus>>
    View Source

    DeleteAsync(String)

    Declaration
    Task<ScriptFolderOperationStatus> DeleteAsync(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    Task<ScriptFolderOperationStatus>
    View Source

    GetAsync(String)

    Declaration
    Task<ScriptFolderModel> GetAsync(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    Task<ScriptFolderModel>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateAsync(ScriptFolderCreateModel)
      • DeleteAsync(String)
      • GetAsync(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX