Click or drag to resize

SheetPublishPublishStatusBuilderSetReadWriteEnabled Method

Read write enabled.

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 SetReadWriteEnabled(
	Nullable<bool> readWriteEnabled
)

Parameters

readWriteEnabled
Type: SystemNullableBoolean
the read write enabled

Return Value

Type: PublishStatusBuilder
the publish Status builder
See Also