Table of Contents

Enum ObjectType

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

Represents object types.

[JsonConverter(typeof(StringEnumConverter))]
public enum ObjectType

Fields

[EnumMember(Value = "folder")] FOLDER = 1

Folder object type

[EnumMember(Value = "report")] REPORT = 3

Report object type

[EnumMember(Value = "sheet")] SHEET = 2

Sheet object type

[EnumMember(Value = "sight")] SIGHT = 5

Sight/dashboard object type

[EnumMember(Value = "template")] TEMPLATE = 4

Template object type

[EnumMember(Value = "workspace")] WORKSPACE = 0

Workspace object type