Interface IFileWithFoldersRepository
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
public interface IFileWithFoldersRepository
Methods
View SourceAddFolder(String)
Declaration
void AddFolder(string folderPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderPath |
DeleteFolder(String)
Declaration
void DeleteFolder(string folderPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderPath |