Version: 2021.1
언어: 한국어
public void RemoveFilter (string token);

파라미터

token The identifier of the filter. Typically what precedes the operator in a filter (i.e. "id" in "id>=2").

설명

Removes a custom filter.

You will get a warning if you try to remove a non-existent filter.