View Source
Interface IFileWithFoldersRepository
Assembly: Umbraco.Core.dll
Syntax
public interface IFileWithFoldersRepository
Methods
View Source
AddFolder(string)
Declaration
void AddFolder(string folderPath)
Parameters
| Type |
Name |
Description |
| string |
folderPath |
|
View Source
DeleteFolder(string)
Declaration
void DeleteFolder(string folderPath)
Parameters
| Type |
Name |
Description |
| string |
folderPath |
|
View Source
FolderExists(string)
Declaration
bool FolderExists(string folderPath)
Parameters
| Type |
Name |
Description |
| string |
folderPath |
|
Returns
View Source
FolderHasContent(string)
Declaration
bool FolderHasContent(string folderPath)
Parameters
| Type |
Name |
Description |
| string |
folderPath |
|
Returns