Click or drag to resize
PageTemplateInfoProviderSetPageTemplateInfo Method
Sets the specified page template.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetPageTemplateInfo(
	PageTemplateInfo template
)

Parameters

template
Type: CMS.PortalEnginePageTemplateInfo
Page template object
See Also