Click or drag to resize
WebPartCategoryInfoProviderGetCategories 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#
public static InfoDataSet<WebPartCategoryInfo> GetCategories(
	int parentCategoryId
)

Parameters

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

Return Value

Type: InfoDataSetWebPartCategoryInfo
See Also