Click or drag to resize
PageTemplateSiteInfoProviderAddPageTemplateToSite Method
Adds the class to the specified site.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public static void AddPageTemplateToSite(
	int pageTemplateId,
	int siteId
)

Parameters

pageTemplateId
Type: SystemInt32
PageTemplateID
siteId
Type: SystemInt32
SiteID
See Also