Click or drag to resize
PageTemplateInfoProviderIsPageTemplateOnSite Method
Checks if exists relation between page template and site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsPageTemplateOnSite(
	int templateId,
	int siteId
)

Parameters

templateId
Type: SystemInt32
Page template ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: Boolean
See Also