Click or drag to resize
CurrentComponentsListTemplates Property
Page templates used by current page. Page template name is used as a key.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
Syntax
C#
public Dictionary<string, PageTemplateInfo> Templates { get; protected set; }

Property Value

Type: DictionaryString, PageTemplateInfo
See Also