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
)
Function GetPageInfo (
MOP As String,
flags As GetPageFlags
) As PageInfo
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:
PageInfoThe page info if found, else null.
See Also