AppContextGetPageInfo 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 public PageInfo GetPageInfo(
string MOP
)
Public Function GetPageInfo (
MOP As String
) As PageInfo
Parameters
- MOP
- Type: SystemString
The MOP for which to get info.
Return Value
Type:
PageInfoThe page info if found, else null.
Implements
IAppContextGetPageInfo(String)See Also