PageInfoPageProperties Property |
Gets the page-instance-specific
Properties for this GLOBAL
PageInfo object.
An instance of a page object, typically implementing
IPageTemplate, references a GLOBAL copy of the corresponding
PageInfo
object for the page and any changes to its properties will affect other users and other instances of the page.
The properties collection returned by this method, however, is unique to this page instance and is not shared across page instances for this or for
other users. Upon initial access the returned collection is instantiated and initialized from the page's GLOBAL
PageInfo object (generally reflecting the meta-data).
Changes to the collection are NOT passed through to the GLOBAL object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Properties PageProperties { get; }
Public ReadOnly Property PageProperties As Properties
Get
Property Value
Type:
PropertiesSee Also