Click or drag to resize
PageTemplateCategoryInfoProviderGetCategoriesList Method
Returns list of all template categories with templates count.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public static InfoDataSet<PageTemplateCategoryInfo> GetCategoriesList(
	string whereCondition,
	string orderBy
)

Parameters

whereCondition
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by expression

Return Value

Type: InfoDataSetPageTemplateCategoryInfo
DataSet with list of categories
See Also