Click or drag to resize

ApplicationPageArgsFixedPurposePage Property

Gets a reference to Page via its IPageFixedPurpose interface (null if the interface is not supported by the page). The interface provides consistent access to various special-purpose platform pages that do not implement the IPageTemplate interface. The most common example of such pages are Find and MultiFind. For most pages you can use PageTemplate to get consistent access to platform page functionality.

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

Property Value

Type: IPageFixedPurpose
See Also