Table of Contents

Class Workspace

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

Represents the Workspace object which is an area in which Sheets, reports, Templates and sub-Folders can be organized, similar to a folder.

public class Workspace : Folder
Inheritance
Workspace
Inherited Members

Properties

AccessLevel

Gets the user's permissions on a workspace.

public AccessLevel? AccessLevel { get; set; }

Property Value

AccessLevel?

the access level

See Also