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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<PageTemplateCategoryInfo> GetCategoriesListInternal(
	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