View Source
Class DocumentBlueprintFolderControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class DocumentBlueprintFolderControllerBase : FolderManagementControllerBase<IContent>
Constructors
View Source
DocumentBlueprintFolderControllerBase(IBackOfficeSecurityAccessor, IContentBlueprintContainerService)
Declaration
protected DocumentBlueprintFolderControllerBase(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentBlueprintContainerService contentBlueprintContainerService)
Parameters
Type |
Name |
Description |
IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
IContentBlueprintContainerService |
contentBlueprintContainerService |
|