Click or drag to resize

PageFindType Enumeration

Methods to use when finding a page using the Find(String, PageFindType) method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PageFindType
Members
  Member nameValueDescription
findByMOP1Find the page using its Module!Page (MOP).
findByID2Find the page using its page_id.
findBasePageByMOP3 Find a base page using the MOP as specified in meta-data. This is required because base pages are loaded into the collection under a modified MOP to prevent navigation thereto.
See Also