FolderRemapExclusion Enumeration | |
Represents specific references to NOT re-map for the newly created object.
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 FolderRemapExclusion
Public Enumeration FolderRemapExclusion
public enum class FolderRemapExclusion
type FolderRemapExclusion
Members
| Member name | Value | Description |
---|
| CELL_LINKS | 0 |
Excludes re-mapping of the cell links.
|
| REPORTS | 1 |
Excludes re-mapping of the reports.
|
| SHEET_HYPERLINKS | 2 |
Excludes re-mapping of hyperlinks.
|
| SIGHTS | 3 |
Excludes re-mapping of Sights.
|
See Also