Click or drag to resize
PageTemplateCategoryInfoProviderGetDescendantCategories Method
Returns list of categories with given ParentCategoryID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<PageTemplateCategoryInfo> GetDescendantCategories(
	int parentCategoryId
)

Parameters

parentCategoryId
Type: SystemInt32
Id of parent category

Return Value

Type: InfoDataSetPageTemplateCategoryInfo
DataSet with list of categories
See Also