View Source
Class AllowedAtRootDocumentTypeController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AllowedAtRootDocumentTypeController : DocumentTypeControllerBase
Constructors
View Source
AllowedAtRootDocumentTypeController(IContentTypeService, IUmbracoMapper)
Declaration
public AllowedAtRootDocumentTypeController(IContentTypeService contentTypeService, IUmbracoMapper umbracoMapper)
Parameters
Type |
Name |
Description |
IContentTypeService |
contentTypeService |
|
IUmbracoMapper |
umbracoMapper |
|
Methods
View Source
AllowedAtRoot(CancellationToken, Int32, Int32)
Declaration
public async Task<IActionResult> AllowedAtRoot(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns
Type |
Description |
Task<IActionResult> |
|