Click or drag to resize

PageInfoElements Property

The PageElementInfos collection of PageElementInfo objects for this page. This object is not loaded until it is requested via this method.

Every page must have at least one PageElementInfo associated with it. Note, however, that one or more PageElementInfo objects may be inherited from the page's base page (BasePageID).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageElementInfos Elements { get; }

Property Value

Type: PageElementInfos
The PageElementInfos collection for this page.
See Also