ItemsGetChildren Method (Guid, String, EntityCollectionSort, Pagination) |
Returns an item's child items.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ItemSearchResult GetChildren(
Guid itemParentId,
string label,
EntityCollection<Sort> sorts,
Pagination pagination
)
Public Function GetChildren (
itemParentId As Guid,
label As String,
sorts As EntityCollection(Of Sort),
pagination As Pagination
) As ItemSearchResult
public:
ItemSearchResult^ GetChildren(
Guid itemParentId,
String^ label,
EntityCollection<Sort^>^ sorts,
Pagination^ pagination
)
member GetChildren :
itemParentId : Guid *
label : string *
sorts : EntityCollection<Sort> *
pagination : Pagination -> ItemSearchResult
Parameters
- itemParentId
- Type: SystemGuid
The unique identifier of the parent item to find. - label
- Type: SystemString
A categorization filter to apply. - 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