Click or drag to resize
SettingsCategoryInfoProviderGetCategoriesOnPath Method
Gets all the categories on the specified category ID path in the corresponding order.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<SettingsCategoryInfo> GetCategoriesOnPath(
	string categoryIdPath
)

Parameters

categoryIdPath
Type: SystemString
Category ID path

Return Value

Type: InfoDataSetSettingsCategoryInfo
See Also