Table of Contents

Class SightPublish

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll
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

string

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; }

Property Value

string