Click or drag to resize

Template Class

A template object that is a default layout for future Sheets.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsTemplate

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 Template : NamedModel

The Template type exposes the following members.

Constructors
  NameDescription
Public methodTemplate
Top
Properties
  NameDescription
Public propertyAccessLevel
Gets the access level of the template.
Public propertyBlank
Gets the flag indicating whether the template is blank.
Public propertyCategories
Gets the list of categories this template belongs to.
Public propertyDescription
Gets the Description of the template.
Public propertyGlobalTemplate
Gets the type of global template.
Public propertyImage
Gets the URL to the small preview image for this template.
Public propertyLargeImage
Gets the URL to the large preview image for this template.
Public propertyLocale
Gets the locale of the template.
Public propertyTags
Gets the list of search tags for this template.
Public propertyType
Gets the type of the template. One of “sheet” or “report”.
Top
See Also