Click or drag to resize

UserSheetResources Interface

This interface provides methods to access Sheet resources of User.

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 UserSheetResources

The UserSheetResources type exposes the following members.

Methods
  NameDescription
Public methodListOrgSheets

List of all Sheets owned by the members of the account (organization).

It mirrors to the following Smartsheet REST API method: GET /users/sheets

Top
See Also