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
)
Public Function Find (
id As String,
findType As PageFindType
) As PageInfo
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:
PageInfoThe page, if found, else null.
See Also