Click or drag to resize
PageTemplateInfoProviderGetAllowedTemplatesInCategoryInternal Method
Gets page templates allowed for specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<PageTemplateInfo> GetAllowedTemplatesInCategoryInternal(
	int siteId,
	int categoryId
)

Parameters

siteId
Type: SystemInt32
Site ID
categoryId
Type: SystemInt32
Page template category ID

Return Value

Type: InfoDataSetPageTemplateInfo
See Also