Click or drag to resize
CMSAbstractLayout.ConditionalLayouts Property
Returns the list of found conditional layouts

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public List<CMSConditionalLayout> ConditionalLayouts { get; }

Property Value

Type: List<CMSConditionalLayout>
See Also