Click or drag to resize
ItemsGetChildren Method (Guid, EntityCollectionSort, Pagination)
Returns an item's child items.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ItemSearchResult GetChildren(
	Guid itemParentId,
	EntityCollection<Sort> sorts,
	Pagination pagination
)

Parameters

itemParentId
Type: SystemGuid
The unique identifier of the parent item to find.
sorts
Type: ConnectedApps.Cms.EntitiesEntityCollectionSort
A collection of sorts to apply.
pagination
Type: ConnectedApps.Cms.EntitiesPagination
Options to take and limit a subset of results.

Return Value

Type: ItemSearchResult
See Also