Click or drag to resize

SheetPublishPublishStatusBuilderSetReadOnlyLiteEnabled Method

Read only lite 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 SetReadOnlyLiteEnabled(
	Nullable<bool> readOnlyLiteEnabled
)

Parameters

readOnlyLiteEnabled
Type: SystemNullableBoolean
the read only lite (static html UI) enabled

Return Value

Type: PublishStatusBuilder
the publish Status builder
See Also