Table of Contents

Class ServerInfo

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents a Server Infromation Object.

public class ServerInfo
Inheritance
ServerInfo
Inherited Members

Properties

FeatureInfo

Feature Information.

public FeatureInfo FeatureInfo { get; set; }

Property Value

FeatureInfo

Formats

Definition of format tables that are used in Column, Row, and Cell format property. For more information, see Formatting.

public FormatTables Formats { get; set; }

Property Value

FormatTables

SupportedLocales

Array of strings representing all Smartsheet-supported locales.

public IList<string> SupportedLocales { get; set; }

Property Value

IList<string>