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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void AddPageTemplateToSiteInternal(
	int pageTemplateId,
	int siteId
)

Parameters

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