View Source
Interface IScriptFolderService
Assembly: Umbraco.Core.dll
Syntax
public interface IScriptFolderService
Methods
View Source
CreateAsync(ScriptFolderCreateModel)
Declaration
Task<Attempt<ScriptFolderModel, ScriptFolderOperationStatus>> CreateAsync(ScriptFolderCreateModel createModel)
Parameters
Returns
View Source
DeleteAsync(String)
Declaration
Task<ScriptFolderOperationStatus> DeleteAsync(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
View Source
GetAsync(String)
Declaration
Task<ScriptFolderModel> GetAsync(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns