Table of Contents

Enum DestinationType

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

Represents the type of the destination container (when copying or moving a Sheet or a Folder)..

public enum DestinationType

Fields

FOLDER = 2

Destination is a folder.

HOME = 0

Destination is home.

WORKSPACE = 1

Destination is a workspace.