Click or drag to resize

ApplicationPageArgsPageTemplate Property

Gets/sets the IPageTemplate interface to the page object or null if the page does not implement this interface. You can use FixedPurposePage to get consistent access to certain special purpose platform pages such as Find and MultiFind.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IPageTemplate PageTemplate { get; set; }

Property Value

Type: IPageTemplate
See Also