Table of Contents

Class ContainerDestination

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

Object that describes the destination container when a Sheet or Folder is moved, or when a Sheet, Folder, or Workspace is copied.

public class ContainerDestination
Inheritance
ContainerDestination
Inherited Members

Properties

DestinationId

ID of the destination container (when copying or moving a Sheet or a Folder). Required if destinationType is "folder" or "workspace" If destinationType is "home", this value must be null.

public long? DestinationId { get; set; }

Property Value

long?

DestinationType

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

public DestinationType? DestinationType { get; set; }

Property Value

DestinationType?

NewName

Name of the newly created object (when creating a copy of a Sheet, Folder, or Workspace). This attribute is not supported for "move" operations (i.e., a moved Sheet, Folder or Workspace retains its original name).

public string NewName { get; set; }

Property Value

string