Enum FolderCopyInclusion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents specific elements to include in a response.
public enum FolderCopyInclusion
Fields
ALL = 9
includeS everything (data, attachments, discussions, cellLinks, and forms).
ATTACHMENTS = 0
Includes the attachments.
CELL_LINKS = 1
Includes cell links.
DATA = 2
Includes the data.
DISCUSSIONS = 3
Includes the discussions.
FILTERS = 4
Includes filters.
FORMS = 5
Includes the forms.
RULES = 7
includes notifications and workflow rules
RULE_RECIPIENTS = 6
includes notification recipients, must also include rules when using this attribute
SHARES = 8
includes shares.