Click or drag to resize

Scope Class

Represents individual user settings for a specific sheet. User settings may be updated even on sheets where the current user only has read access (e.g. viewer permissions or a read-only sheet).
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsScope

Namespace:  Smartsheet.Api.Models
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 class Scope

The Scope type exposes the following members.

Constructors
  NameDescription
Public methodScope
Top
Properties
  NameDescription
Public propertySheets
Gets the array of any sheets the requestor has access to that make up the report
Public propertyWorkspaces
Gets the array of any workspaces the requestor has access to that make up the report
Top
See Also