Click or drag to resize

IPageTemplateIsMultiElement Property

Gets whether or not this template a multi-element template (e.g. ConsoleTemplate) vs. a single-element template (e.g. TabbedSubformTemplate). Multi-element templates can have multiple peer slots on the page. Typically elements hosted on a multi-element template get certain settings from their PageElementInfo rather than the PageInfo.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool IsMultiElement { get; }

Property Value

Type: Boolean
See Also