Class SightPublish
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Sight Publish object (see http://smartsheet-platform.github.io/api-docs/?shell#sightpublish-object
public class SightPublish
- Inheritance
-
SightPublish
- Inherited Members
Properties
ReadOnlyFullAccessibleBy
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 string ReadOnlyFullAccessibleBy { get; set; }
Property Value
ReadOnlyFullEnabled
If true, a rich version of the sight is published with the ability to download row attachments and discussions
public bool? ReadOnlyFullEnabled { get; set; }
Property Value
- bool?
ReadOnlyFullUrl
URL for 'Read-Only Full’ view of the published sight Only returned in a response if readOnlyFullEnabled = true.
public string ReadOnlyFullUrl { get; set; }