Click or drag to resize

PublishStatusBuilder Class

A convenience class for making a object with the necessary fields to publish a sheet.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsPublishStatusBuilder

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 PublishStatusBuilder

The PublishStatusBuilder type exposes the following members.

Constructors
  NameDescription
Public methodPublishStatusBuilder
Sets the required properties to publish a Sheet
Top
Properties
  NameDescription
Public propertyIcalEnabled
Gets the ical enabled.
Public propertyReadOnlyFullEnabled
Gets the read only full enabled.
Public propertyReadOnlyLiteEnabled
Gets the read only lite enabled.
Public propertyReadWriteEnabled
Gets the read write enabled.
Top
Methods
  NameDescription
Public methodBuild
Builds the.
Public methodSetIcalEnabled
Ical enabled.
Public methodSetReadOnlyFullEnabled
Read only full (fancy UI) enabled.
Public methodSetReadOnlyLiteEnabled
Read only lite enabled.
Public methodSetReadWriteEnabled
Read write enabled.
Top
See Also