Click or drag to resize

IAppContextGetPageInfo Method (String)

Get the PageInfo object for the specified MOP.

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

Parameters

MOP
Type: SystemString
The MOP for which to get info.

Return Value

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