Click or drag to resize

SheetPublishPublishStatusBuilderSetIcalEnabled Method

Ical 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 SetIcalEnabled(
	Nullable<bool> icalEnabled
)

Parameters

icalEnabled
Type: SystemNullableBoolean
the ical enabled

Return Value

Type: PublishStatusBuilder
the publish Status builder
See Also