Click or drag to resize
PageTemplateCategoryInfoProviderGetCategoriesWithTemplateInternal Method
Returns list of all template categories with template allowed for specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<PageTemplateCategoryInfo> GetCategoriesWithTemplateInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetPageTemplateCategoryInfo
See Also