Click or drag to resize

MapperDatasheetForceFilter Method

Set a ForceFilter for the specified MOP. A ForcedFilter set as a preference just before navigation will cause a one-time application of the specified filter to the page being navigated to. The filter will be set as a selected user filter on the page. Note that the ForceFilter will expire if not used promptly.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ForceFilter(
	IAppContext cxt,
	string mop,
	string fldId
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
mop
Type: SystemString
The MOP for which to force the filter.
fldId
Type: SystemString
The ID of the SavedFilter to force.
See Also