Click or drag to resize

GetPageFlags Enumeration

Options controlling how to obtain PageInfo information.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum GetPageFlags
Members
  Member nameValueDescription
ThrowIfNoNav1 Get the information for a page prior to navigation and throw an appropriate error if the page is missing or invalid for navigation (e.g. a base page).
See Also