Click or drag to resize

JSHelperDelFilter Method

Returns the script for deleting a saved mapper filter.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string DelFilter(
	IAppContext cxt,
	string filterId
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
filterId
Type: SystemString
The filter to delete.

Return Value

Type: String
The script for deleting the filter from the client.
See Also