Description
Updates a filter. Returns the updated JFilter structure. Owner cannot be changed
Parameters
Return Type
Example
JFilter f = admGetFilterById(10017); f.description = "Modified description"; f.name="anothername";admUpdateFilter(f);
Returns the JFilter object, if correctly updated.
See also