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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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