SheetFilterResources Interface | ![]() |
This interface provides methods to access sheet filter resources.
Thread Safety: Implementation of this interface must be thread safe.
Namespace: Smartsheet.Api
The SheetFilterResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteFilter | Deletes a filter. Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/filters/{filterId} |
![]() | GetFilter | Gets a filter. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/filters/{filterId} |
![]() | ListFilters | Gets the list of all sheet filters. Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/filters |