Click or drag to resize
CMSPagePlaceholderSiblingPagePlaceholders Property
Returns the table of all the sibling page placeholders (page placeholders on the same level).

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public SafeDictionary<string, CMSPagePlaceholder> SiblingPagePlaceholders { get; }

Property Value

Type: SafeDictionaryString, CMSPagePlaceholder
See Also