Click or drag to resize

Sight Class

Represents the Sight object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsSight

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 Sight : NamedModel

The Sight type exposes the following members.

Constructors
  NameDescription
Public methodSight
Top
Properties
  NameDescription
Public propertyAccessLevel
User’s permissions on the Sight. valid values: OWNER, ADMIN, VIEWER
Public propertyBackgroundColor
Get the background color of the Sight
Public propertyColumnCount
Get the number of columns that the Sight contains.
Public propertyCreatedAt
Time of creation
Public propertyFavorite
Indicates whether the user has marked the Sight as a favorite.
Public propertyModifiedAt
Time of last modification
Public propertyPermalink
URL that represents a direct link to the Sight in Smartsheet
Public propertySource
the Source object for any Sight that was created from another Sight, if any
Public propertyWidgets
Array of Widget objects.
Public propertyWorkspace
A Workspace object, limited to only 2 attributes: id, name Note: this attribute is only present if the Sight resides within a workspace.
Top
See Also