ItemsGetChildren Method (Guid, String, EntityCollectionSort, Pagination, Int32) |
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,
int languageId
)
Public Function GetChildren (
itemParentId As Guid,
label As String,
sorts As EntityCollection(Of Sort),
pagination As Pagination,
languageId As Integer
) As ItemSearchResult
public:
ItemSearchResult^ GetChildren(
Guid itemParentId,
String^ label,
EntityCollection<Sort^>^ sorts,
Pagination^ pagination,
int languageId
)
member GetChildren :
itemParentId : Guid *
label : string *
sorts : EntityCollection<Sort> *
pagination : Pagination *
languageId : int -> 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. - languageId
- Type: SystemInt32
The language of items' values to request.
Return Value
Type:
ItemSearchResult
See Also