Click or drag to resize

Source Class

Represents the source object from which the enclosing report, sheet, sight, or template was created.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsSource

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 class Source : IdentifiableModel

The Source type exposes the following members.

Constructors
  NameDescription
Public methodSource
Top
Properties
  NameDescription
Public propertyType
Type of this source. "report", "sheet", "sight" or "template"
Top
See Also