Click or drag to resize
WebPartCategoryInfoProviderGetCategoryPath Method
Returns the DataSet of all the categories on the path to the given category.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<WebPartCategoryInfo> GetCategoryPath(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Category ID

Return Value

Type: InfoDataSetWebPartCategoryInfo
See Also