Click or drag to resize
CurrentComponentsListRegisterPageTemplate Method
Registers the page template within the collection of page templates for current request.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void RegisterPageTemplate(
	PageTemplateInfo pageTemplate
)

Parameters

pageTemplate
Type: CMS.PortalEnginePageTemplateInfo
Page template object to register within current request
See Also