Table of Contents

Class Scope

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

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).

public class Scope
Inheritance
Scope
Inherited Members

Properties

Sheets

Gets the array of any sheets the requestor has access to that make up the report

public IList<Sheet> Sheets { get; set; }

Property Value

IList<Sheet>

the array of sheet objects

Workspaces

Gets the array of any workspaces the requestor has access to that make up the report

public IList<Workspace> Workspaces { get; set; }

Property Value

IList<Workspace>

the array of workspace objects