View Source
Class ReferencedDescendantsDocumentController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ReferencedDescendantsDocumentController : DocumentControllerBase
Constructors
View Source
ReferencedDescendantsDocumentController(ITrackedReferencesService, IUmbracoMapper)
Declaration
public ReferencedDescendantsDocumentController(ITrackedReferencesService trackedReferencesSkipTakeService, IUmbracoMapper umbracoMapper)
Parameters
Type |
Name |
Description |
ITrackedReferencesService |
trackedReferencesSkipTakeService |
|
IUmbracoMapper |
umbracoMapper |
|
Methods
View Source
ReferencedDescendants(CancellationToken, Guid, Int32, Int32)
Gets a paged list of the descendant nodes of the current item used in any kind of relation.
Declaration
public async Task<ActionResult<PagedViewModel<ReferenceByIdModel>>> ReferencedDescendants(CancellationToken cancellationToken, Guid id, int skip = 0, int take = 20)
Parameters
Type |
Name |
Description |
CancellationToken |
cancellationToken |
|
Guid |
id |
|
System.Int32 |
skip |
|
System.Int32 |
take |
|
Returns