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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public List<CMSConditionalLayout> ConditionalLayouts { get; }

Property Value

Type: List<CMSConditionalLayout>
See Also