Table of Contents

Class Template

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

A template object that is a default layout for future Sheets.

public class Template : NamedModel
Inheritance
Template
Inherited Members

Properties

AccessLevel

Gets the access level of the template.

public AccessLevel? AccessLevel { get; set; }

Property Value

AccessLevel?

the access level

Blank

Gets the flag indicating whether the template is blank.

public bool? Blank { get; set; }

Property Value

bool?

blank flag

Categories

Gets the list of categories this template belongs to.

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

Property Value

IList<string>

list of categories

Description

Gets the Description of the template.

public string Description { get; set; }

Property Value

string

the Description

GlobalTemplate

Gets the type of global template.

public GlobalTemplate? GlobalTemplate { get; set; }

Property Value

GlobalTemplate?

template type

Image

Gets the URL to the small preview image for this template.

public string Image { get; set; }

Property Value

string

the URL

LargeImage

Gets the URL to the large preview image for this template.

public string LargeImage { get; set; }

Property Value

string

the URL

Locale

Gets the locale of the template.

public string Locale { get; set; }

Property Value

string

the locale

Tags

Gets the list of search tags for this template.

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

Property Value

IList<string>

list of tags

Type

Gets the type of the template. One of “sheet” or “report”.

public string Type { get; set; }

Property Value

string

"sheet" or "report"

See Also