Update
Updates a filter definition and returns a status of OK or an error message
Update(1)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Attributes regarding filter definition to change |
This sample code updates the name of the filter definition:
var fd = FilterDefinition.Init("myFilterDef"); var status = fd.Update({ "Name": "Updated Name" });