Table of Contents

Enum ReportDestinationType

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

Represents the type of destination container for creating a report.

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

Fields

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

Destination is a folder.

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

Destination is a workspace.