Click or drag to resize

IContentItemDescendantIDsWithMaxDepthForPreview Method


Retrieves the collection of descendants hierarchy information, under the limitations of maximum descendants depth, and maximum descendants count.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<ContentItemSimpleHierarchy> DescendantIDsWithMaxDepthForPreview(
	int maxDepth,
	int maxCount = -1
)

Parameters

maxDepth  Int32
Maximum descendants depth limitation, 0 to have no limitation
maxCount  Int32  (Optional)
Maximum descendants count limitation, 0 to have no limitation

Return Value

IEnumerableContentItemSimpleHierarchy
Collection of descendants hierarchy information
See Also