CurrentComponentsListRegisterPageTemplate Method |
Registers the page template within the collection of page templates for current request.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax public void RegisterPageTemplate(
PageTemplateInfo pageTemplate
)
Parameters
- pageTemplate
- Type: CMS.PortalEnginePageTemplateInfo
Page template object to register within current request
See Also