Click or drag to resize
CMSPagePlaceholderLayoutTemplate Property
Layout template, if set, the given layout is used.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual ITemplate LayoutTemplate { get; set; }

Property Value

Type: ITemplate
See Also