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
)
Public Shared Function DelFilter (
cxt As IAppContext,
filterId As String
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - filterId
- Type: SystemString
The filter to delete.
Return Value
Type:
StringThe script for deleting the filter from the client.
See Also