Click or drag to resize
PageTemplateCategoryInfoProviderGetCategoriesWithTemplate 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#
public static InfoDataSet<PageTemplateCategoryInfo> GetCategoriesWithTemplate(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: InfoDataSetPageTemplateCategoryInfo
See Also