Click or drag to resize
PageTemplateCategoryInfoProviderGetCategoryPath 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: 12.0.0
Syntax
C#
public static InfoDataSet<PageTemplateCategoryInfo> GetCategoryPath(
	int categoryId
)

Parameters

categoryId
Type: SystemInt32
Category ID

Return Value

Type: InfoDataSetPageTemplateCategoryInfo
See Also