Click or drag to resize

SheetPublishPublishStatusBuilderSetReadOnlyFullEnabled Method

Read only full (fancy UI) 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 SetReadOnlyFullEnabled(
	Nullable<bool> readOnlyFullEnabled
)

Parameters

readOnlyFullEnabled
Type: SystemNullableBoolean
the read only full enabled

Return Value

Type: PublishStatusBuilder
the publish Status builder
See Also