Click or drag to resize
WebPartCategoryInfoProviderGetCategoriesInternal Method (Int32)
Gets dataset with fist level categories in specified category.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<WebPartCategoryInfo> GetCategoriesInternal(
	int parentCategoryId
)

Parameters

parentCategoryId
Type: SystemInt32
ID of category to retrieve sub-categories

Return Value

Type: InfoDataSetWebPartCategoryInfo
See Also