Click or drag to resize
PageInfoSetPageTemplateId Method
Sets the default document page template ID

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void SetPageTemplateId(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Page template ID to set
See Also