Click or drag to resize
PageTemplateInfoProviderGetPageTemplateInfoInternal Method (Int32)
Gets the page template object for the specified page template ID.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual PageTemplateInfo GetPageTemplateInfoInternal(
	int templateId
)

Parameters

templateId
Type: SystemInt32
Page template ID

Return Value

Type: PageTemplateInfo
See Also