Click or drag to resize

SheetUserSettings Class

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).
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsSheetUserSettings

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 class SheetUserSettings

The SheetUserSettings type exposes the following members.

Constructors
  NameDescription
Public methodSheetUserSettings
Top
Properties
  NameDescription
Public propertyAppliedSheetFilterId
Get the Id of the sheet filter currently applied to this sheet
Public propertyCriticalPathEnabled
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 propertyDisplaySummaryTasks
Does this user have “Display Summary Tasks” turned on for this sheet? Applies only to sheets where Calendar View has been configured.
Top
See Also