MapperUtilsReferencesUnavailableMOP Method |
Determines if the specified URL has a MOP specified (mop parameter) with a value that references a page not available in the current session.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool ReferencesUnavailableMOP(
IAppContext cxt,
string url,
bool expressionsNotYetResolved
)
Public Shared Function ReferencesUnavailableMOP (
cxt As IAppContext,
url As String,
expressionsNotYetResolved As Boolean
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - url
- Type: SystemString
The URL in question. - expressionsNotYetResolved
- Type: SystemBoolean
Specifies whether or not to expect unresolved field expressions.
Return Value
Type:
BooleanTrue if there's a MOP that's unavailable, else false.
See Also