PageExtensionBasePageTemplate Property |
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.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IPageTemplate PageTemplate { get; }
Public ReadOnly Property PageTemplate As IPageTemplate
Get
Property Value
Type:
IPageTemplateSee Also