Click or drag to resize
CurrentComponentsListTemplates Property
List of page templates used by current page. Hashtable [templateName.ToLowerCSafe() -> PageTemplateInfo]

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public Hashtable Templates { get; protected set; }

Property Value

Type: Hashtable
See Also