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
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
SupportedLocales
Array of strings representing all Smartsheet-supported locales.
public IList<string> SupportedLocales { get; set; }