| PageTemplateSiteInfoProviderIsPageTemplateOnSite Method  | 
            Check if exists relation between page template with pagetemplateId and site with siteId.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntaxpublic static bool IsPageTemplateOnSite(
	int pageTemplateId,
	int siteId
)
Parameters
- pageTemplateId
 - Type: SystemInt32
Page template ID - siteId
 - Type: SystemInt32
Site ID 
Return Value
Type: 
Boolean
See Also