Click or drag to resize

SightPublish Class

Represents the Sight Publish object (see http://smartsheet-platform.github.io/api-docs/?shell#sightpublish-object
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSightPublish

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 SightPublish

The SightPublish type exposes the following members.

Constructors
  NameDescription
Public methodSightPublish
Top
Properties
  NameDescription
Public propertyReadOnlyFullAccessibleBy
if "ALL", it is available to anyone who has the link. if "ORG", it is available only to members of the sight owner’s Smartsheet organization. Only returned in a response if readOnlyFullEnabled = true.
Public propertyReadOnlyFullEnabled
If true, a rich version of the sight is published with the ability to download row attachments and discussions
Public propertyReadOnlyFullUrl
URL for 'Read-Only Full’ view of the published sight Only returned in a response if readOnlyFullEnabled = true.
Top
See Also