Click or drag to resize

SheetPublish Class

Represents the publish Status of a sheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSheetPublish

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 SheetPublish

The SheetPublish type exposes the following members.

Constructors
  NameDescription
Public methodSheetPublish
Top
Properties
  NameDescription
Public propertyIcalEnabled
Gets the ical enabled flag.
Public propertyIcalUrl
Gets the ical Url.
Public propertyReadOnlyFullAccessibleBy
Flag to indicate who can access the 'Read-Only Full’ view of the published sheet.
Public propertyReadOnlyFullDefaultView
Get the read only full default view
Public propertyReadOnlyFullEnabled
Gets the read only full (fancy UI) enabled flag.
Public propertyReadOnlyFullShowToolbar
Get the read only full show toolbar flag
Public propertyReadOnlyFullUrl
Gets the read only full (fancy UI) Url.
Public propertyReadOnlyLiteEnabled
Gets the read only lite enabled flag.
Public propertyReadOnlyLiteUrl
Gets the read only lite Url flag.
Public propertyReadWriteAccessibleBy
Flag to indicate who can access the 'Edit by Anyone’ view of the published sheet.
Public propertyReadWriteDefaultView
Get the read write default view
Public propertyReadWriteEnabled
Gets the read write enabled flag.
Public propertyReadWriteShowToolbar
Get the read/write show toolbar flag
Public propertyReadWriteUrl
Gets the read write Url.
Top
See Also