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; }
Public Property CriticalPathEnabled As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> CriticalPathEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CriticalPathEnabled : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean true if this user has “Show Critical Path” turned on, false otherwise
See Also