Click or drag to resize

SheetInclusion 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 SheetInclusion
Members
  Member nameValueDescription
OWNER_INFO0 Includes the owner’s email address and user ID for each sheet.
SHEET_VERSION1 Includes the sheet version.
SOURCE2 Includes the source for any sheet that was created from another sheet or template.
See Also