PageTemplateInfoProviderGetAllowedTemplatesInCategoryInternal Method |
Gets page templates allowed for specified site.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
InfoDataSetPageTemplateInfoSee Also