C# Class Smartsheet.Api.Models.SheetPublish.PublishStatusBuilder

A convenience class for making a SheetPublish object with the necessary fields To publish a sheet.
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
Build ( ) : SheetPublish

Builds the.

PublishStatusBuilder ( bool readOnlyLiteEnabled, bool readOnlyFullEnabled, bool readWriteEnabled, bool icalEnabled ) : System

Sets the required properties to publish a Sheet

SetIcalEnabled ( bool icalEnabled ) : PublishStatusBuilder

Ical enabled.

SetReadOnlyFullEnabled ( bool readOnlyFullEnabled ) : PublishStatusBuilder

Read only full (fancy UI) enabled.

SetReadOnlyLiteEnabled ( bool readOnlyLiteEnabled ) : PublishStatusBuilder

Read only lite enabled.

SetReadWriteEnabled ( bool readWriteEnabled ) : PublishStatusBuilder

Read write enabled.

Method Details

Build() public method

Builds the.
public Build ( ) : SheetPublish
return SheetPublish

PublishStatusBuilder() public method

Sets the required properties to publish a Sheet
public PublishStatusBuilder ( bool readOnlyLiteEnabled, bool readOnlyFullEnabled, bool readWriteEnabled, bool icalEnabled ) : System
readOnlyLiteEnabled bool Status of Read-Only HTML
readOnlyFullEnabled bool Status of Read-Only Full
readWriteEnabled bool Status of Edit by Anyone
icalEnabled bool Status of iCal
return System

SetIcalEnabled() public method

Ical enabled.
public SetIcalEnabled ( bool icalEnabled ) : PublishStatusBuilder
icalEnabled bool the ical enabled
return PublishStatusBuilder

SetReadOnlyFullEnabled() public method

Read only full (fancy UI) enabled.
public SetReadOnlyFullEnabled ( bool readOnlyFullEnabled ) : PublishStatusBuilder
readOnlyFullEnabled bool the read only full enabled
return PublishStatusBuilder

SetReadOnlyLiteEnabled() public method

Read only lite enabled.
public SetReadOnlyLiteEnabled ( bool readOnlyLiteEnabled ) : PublishStatusBuilder
readOnlyLiteEnabled bool the read only lite (static html UI) enabled
return PublishStatusBuilder

SetReadWriteEnabled() public method

Read write enabled.
public SetReadWriteEnabled ( bool readWriteEnabled ) : PublishStatusBuilder
readWriteEnabled bool the read write enabled
return PublishStatusBuilder