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