Click or drag to resize
PageTemplateInfoProviderGetTemplates Method
Get all page templates using ObjectQuery.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<PageTemplateInfo> GetTemplates()

Return Value

Type: ObjectQueryPageTemplateInfo
See Also