Table of Contents

Class SheetPublish

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the publish Status of a sheet.

public class SheetPublish
Inheritance
SheetPublish
Inherited Members

Properties

IcalEnabled

Gets the ical enabled flag.

public bool? IcalEnabled { get; set; }

Property Value

bool?

the ical enabled flag

IcalUrl

Gets the ical Url.

public string IcalUrl { get; set; }

Property Value

string

the ical Url

ReadOnlyFullAccessibleBy

Flag to indicate who can access the 'Read-Only Full’ view of the published sheet.

public string ReadOnlyFullAccessibleBy { get; set; }

Property Value

string

the access flag

ReadOnlyFullDefaultView

Get the read only full default view

public string ReadOnlyFullDefaultView { get; set; }

Property Value

string

Valid options are "GRID", "CARDS", "CALENDAR"

ReadOnlyFullEnabled

Gets the read only full (fancy UI) enabled flag.

public bool? ReadOnlyFullEnabled { get; set; }

Property Value

bool?

the read only full enabled flag

ReadOnlyFullShowToolbar

Get the read only full show toolbar flag

public bool? ReadOnlyFullShowToolbar { get; set; }

Property Value

bool?

the flag

ReadOnlyFullUrl

Gets the read only full (fancy UI) Url.

public string ReadOnlyFullUrl { get; set; }

Property Value

string

the read only full Url

ReadOnlyLiteEnabled

Gets the read only lite enabled flag.

public bool? ReadOnlyLiteEnabled { get; set; }

Property Value

bool?

the read only lite enabled flag

ReadOnlyLiteUrl

Gets the read only lite Url flag.

public string ReadOnlyLiteUrl { get; set; }

Property Value

string

the read only lite Url flag

ReadWriteAccessibleBy

Flag to indicate who can access the 'Edit by Anyone’ view of the published sheet.

public string ReadWriteAccessibleBy { get; set; }

Property Value

string

the access flag

ReadWriteDefaultView

Get the read write default view

public string ReadWriteDefaultView { get; set; }

Property Value

string

Valid options are "GRID", "CARDS", "CALENDAR"

ReadWriteEnabled

Gets the read write enabled flag.

public bool? ReadWriteEnabled { get; set; }

Property Value

bool?

the read write enabled flag

ReadWriteShowToolbar

Get the read/write show toolbar flag

public bool? ReadWriteShowToolbar { get; set; }

Property Value

bool?

ReadWriteUrl

Gets the read write Url.

public string ReadWriteUrl { get; set; }

Property Value

string

the read write Url

See Also