Class SheetUserSettings
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents individual user settings for a specific sheet. User settings may be updated even on sheets where the current user only has read access (e.g., viewer permissions or a read-only sheet).
public class SheetUserSettings
- Inheritance
-
SheetUserSettings
- Inherited Members
Properties
AppliedSheetFilterId
Get the Id of the sheet filter currently applied to this sheet
public long? AppliedSheetFilterId { get; set; }
Property Value
- long?
the sheet filter Id
CriticalPathEnabled
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.
public bool? CriticalPathEnabled { get; set; }
Property Value
- bool?
true if this user has “Show Critical Path” turned on, false otherwise
DisplaySummaryTasks
Does this user have “Display Summary Tasks” turned on for this sheet? Applies only to sheets where Calendar View has been configured.
public bool? DisplaySummaryTasks { get; set; }
Property Value
- bool?
true if this user has “Display Summary Tasks” turned on, false otherwise