Click or drag to resize

PageExtensionBase Properties

The PageExtensionBase type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the IAppContext object (obtained from AppContext).
Protected propertyIsPlatform
Gets whether or not the extension is a platform extension vs. a custom extension.
(Inherited from ExtensionBase.)
Public propertyOwner
Gets/Sets the owner of this object
(Inherited from ExtensionBase.)
Public propertyPageTemplate
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.
Public propertyProperties
Returns this instance's properties.
(Inherited from ExtensionBase.)
Public propertyCode exampleTextItems
Returns a collection of TextItems loaded from metadata related to this component.
(Inherited from ExtensionBase.)
Top
See Also