Click or drag to resize

FolderCopyInclusion 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 FolderCopyInclusion
Members
  Member nameValueDescription
ATTACHMENTS0 Includes the attachments.
CELL_LINKS1 Includes cell links.
DATA2 Includes the data.
DISCUSSIONS3 Includes the discussions.
FILTERS4 Includes filters.
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 shares.
ALL9 includeS everything (data, attachments, discussions, cellLinks, and forms).
See Also