C# 클래스 Smartsheet.Api.Models.SheetPublish.PublishStatusBuilder

A convenience class for making a SheetPublish object with the necessary fields To publish a sheet.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
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.

메소드 상세

Build() 공개 메소드

Builds the.
public Build ( ) : SheetPublish
리턴 SheetPublish

PublishStatusBuilder() 공개 메소드

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
리턴 System

SetIcalEnabled() 공개 메소드

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

SetReadOnlyFullEnabled() 공개 메소드

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

SetReadOnlyLiteEnabled() 공개 메소드

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

SetReadWriteEnabled() 공개 메소드

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