Remove
Overview
Deletes the specified filter definitionSyntax
Remove()
Example
The sample code below deletes the filter definition with the external key myFilterDef:
var myFD = FilterDefinition.Init("myFilterDef");
myFD.Remove();
Remove()
The sample code below deletes the filter definition with the external key myFilterDef:
var myFD = FilterDefinition.Init("myFilterDef");
myFD.Remove();