Click or drag to resize

PageInfosFind Method

Locates and returns the object by searching through the collection based on the provided PageFindType. Note that the collection's native index is MOP.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PageInfo Find(
	string id,
	PageFindType findType
)

Parameters

id
Type: SystemString
The ID of the page to find.
findType
Type: NetQuarryPageFindType
The type of find to perform, from PageFindType.

Return Value

Type: PageInfo
The page, if found, else null.
See Also