IPageDescendantsIDsWithMaxDepthForPreview Method Ingeniux CMS Content Store API

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<PageSimpleHierarchy> DescendantsIDsWithMaxDepthForPreview(
	int maxDepth,
	int maxCount = -1
)

Parameters

maxDepth
Type: SystemInt32

[Missing <param name="maxDepth"/> documentation for "M:Ingeniux.CMS.IPage.DescendantsIDsWithMaxDepthForPreview(System.Int32,System.Int32)"]

maxCount (Optional)
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:Ingeniux.CMS.IPage.DescendantsIDsWithMaxDepthForPreview(System.Int32,System.Int32)"]

Return Value

Type: IEnumerablePageSimpleHierarchy

[Missing <returns> documentation for "M:Ingeniux.CMS.IPage.DescendantsIDsWithMaxDepthForPreview(System.Int32,System.Int32)"]

See Also

Reference