Click or drag to resize
SettingsCategoryInfoProviderGetCategoriesOnPathWhereCondition Method
Gets where condition for all parent categories on path except root category.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetCategoriesOnPathWhereCondition(
	string categoryIdPath
)

Parameters

categoryIdPath
Type: SystemString
Category ID path

Return Value

Type: String
See Also