Click or drag to resize

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; }

Property Value

Type: IPageTemplate
See Also