Click or drag to resize

SheetPublishPublishStatusBuilder Constructor

Sets the required properties to publish a Sheet

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 PublishStatusBuilder(
	Nullable<bool> readOnlyLiteEnabled,
	Nullable<bool> readOnlyFullEnabled,
	Nullable<bool> readWriteEnabled,
	Nullable<bool> icalEnabled
)

Parameters

readOnlyLiteEnabled
Type: SystemNullableBoolean
Status of Read-Only HTML
readOnlyFullEnabled
Type: SystemNullableBoolean
Status of Read-Only Full
readWriteEnabled
Type: SystemNullableBoolean
Status of Edit by Anyone
icalEnabled
Type: SystemNullableBoolean
Status of iCal
See Also