Click or drag to resize

SheetFilterResources Methods

The SheetFilterResources type exposes the following members.

Methods
  NameDescription
Public methodDeleteFilter

Deletes a filter.

Mirrors to the following Smartsheet REST API method: DELETE /sheets/{sheetId}/filters/{filterId}

Public methodGetFilter

Gets a filter.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/filters/{filterId}

Public methodListFilters

Gets the list of all sheet filters.

Mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/filters

Top
See Also