Click or drag to resize

ContainerDestination Class

Object that describes the destination container when a Sheet or Folder is moved, or when a Sheet, Folder, or Workspace is copied.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsContainerDestination

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class ContainerDestination

The ContainerDestination type exposes the following members.

Constructors
  NameDescription
Public methodContainerDestination
Top
Properties
  NameDescription
Public propertyDestinationId
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 propertyDestinationType
Type of the destination container (when copying or moving a Sheet or a Folder).
Public propertyNewName
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).
Top
See Also