Interface IContentDirectory
Directories returned from the VirtualPathProvider that is configured as pageFolderVirtualPathProvider (is set in web.config) should implement this interface.
Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface IContentDirectory
Methods
CreateSubdirectory(String, IContent)
Creates the subdirectory. The access control should be matched against passed content.
Declaration
UnifiedDirectory CreateSubdirectory(string path, IContent accessValidatingContent)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
IContent | accessValidatingContent | Content of the access validating. |
Returns
Type | Description |
---|---|
UnifiedDirectory |