PageExtensionBase Properties |
The PageExtensionBase type exposes the following members.
Name | Description | |
---|---|---|
Application |
Gets the IAppContext object (obtained from AppContext).
| |
IsPlatform |
Gets whether or not the extension is a platform extension vs. a custom extension.
(Inherited from ExtensionBase.) | |
Owner |
Gets/Sets the owner of this object
(Inherited from ExtensionBase.) | |
PageTemplate |
Gets the IPageTemplate object owning this extension.
Normally the Owner of this extension will implement the IPageTemplate interface,
but, if not, you may be able to access the owner using Owner.
| |
Properties |
Returns this instance's properties.
(Inherited from ExtensionBase.) | |
TextItems |
Returns a collection of TextItems loaded from metadata related to this component.
(Inherited from ExtensionBase.) |