Filters |
public class FiltersClient : ApiHandler<ApiClient>
The FiltersClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddQueryParameter | (Inherited from ApiHandlerT) |
![]() | Delete | Deletes a Filter with the given id |
![]() | DeleteAsync | Deletes a Filter with the given id |
![]() | Get | Gets a Filter with the given id |
![]() | GetAsync | Gets a Filter with the given id |
![]() | HasFilter | Tests if a users has a Filter assigned for the current Form. |
![]() | HasFilterAsync | Tests if a users has a Filter assigned for the current Form. |
![]() | List | Get a list of Filters for the requested form |
![]() | ListAsync | Get a list of Filters for the requested form |
![]() | Save | Saves a Filter on the server. This is used for both adding and updating. |
![]() | SaveAsync | Saves a Filter on the server. This is used for both adding and updating. |