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

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

Property Value

Type: SafeDictionaryString, CMSPagePlaceholder
See Also