Click or drag to resize

SheetUserSettingsCriticalPathEnabled Property

Does this user have “Show Critical Path” turned on for this sheet? Note this setting only has an effect on project sheets with dependencies 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 Nullable<bool> CriticalPathEnabled { get; set; }

Return Value

Type: NullableBoolean
true if this user has “Show Critical Path” turned on, false otherwise
See Also