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 |
System.String |
folderPath |
|
View Source
DeleteFolder(String)
Declaration
void DeleteFolder(string folderPath)
Parameters
Type |
Name |
Description |
System.String |
folderPath |
|
View Source
FolderExists(String)
Declaration
bool FolderExists(string folderPath)
Parameters
Type |
Name |
Description |
System.String |
folderPath |
|
Returns
Type |
Description |
System.Boolean |
|
View Source
FolderHasContent(String)
Declaration
bool FolderHasContent(string folderPath)
Parameters
Type |
Name |
Description |
System.String |
folderPath |
|
Returns
Type |
Description |
System.Boolean |
|