Click or drag to resize

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
)

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: Boolean
True if there's a MOP that's unavailable, else false.
See Also