Click or drag to resize

WorkspaceCopyInclusion Enumeration

Represents specific elements to include in a response.

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 enum WorkspaceCopyInclusion
Members
  Member nameValueDescription
ATTACHMENTS0 Includes the attachments.
CELL_LINKS1 Includes cell links.
DATA2 Includes the data.
DISCUSSIONS3 Includes the discussions.
FILTERS4
FORMS5 Includes the forms.
RULE_RECIPIENTS6 includes notification recipients, must also include rules when using this attribute
RULES7 includes notifications and workflow rules
SHARES8 Includes the shares.
ALL9 Deprecated
See Also