Click or drag to resize

IAppContextGetPageInfo Method (String, GetPageFlags)

Get the PageInfo object for the specified MOP per the provided flags.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
PageInfo GetPageInfo(
	string MOP,
	GetPageFlags flags
)

Parameters

MOP
Type: SystemString
The MOP for which to get info.
flags
Type: NetQuarryGetPageFlags
Options regarding how to look up the page info.

Return Value

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