Table of Contents

Enum ChildrenResourceType

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the types of child resources that can be included in children endpoints.

public enum ChildrenResourceType

Fields

[EnumMember(Value = "folders")] FOLDERS = 3

Include folders in the response.

[EnumMember(Value = "reports")] REPORTS = 1

Include reports in the response.

[EnumMember(Value = "sheets")] SHEETS = 0

Include sheets in the response.

[EnumMember(Value = "sights")] SIGHTS = 2

Include sights (dashboards) in the response.

[EnumMember(Value = "templates")] TEMPLATES = 4

Include templates in the response.