View Source
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
public class ReferencedDescendantsMediaController : MediaControllerBase
Constructors
View Source
Declaration
public ReferencedDescendantsMediaController(ITrackedReferencesService trackedReferencesSkipTakeService, IUmbracoMapper umbracoMapper)
Parameters
| Type |
Name |
Description |
| ITrackedReferencesService |
trackedReferencesSkipTakeService |
|
| IUmbracoMapper |
umbracoMapper |
|
Methods
View Source
Gets a page list of the child 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