Click or drag to resize

SheetFilterResources Interface

This interface provides methods to access sheet filter resources.

Thread Safety: Implementation of this interface must be thread safe.

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public interface SheetFilterResources

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