Table of Contents

Class Folder

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

Represents a folder.

public class Folder : NamedModel
Inheritance
Folder
Derived
Inherited Members

Properties

Favorite

Gets and sets whether this folder is favorited.

public bool? Favorite { get; set; }

Property Value

bool?

the sheets

Folders

Gets the folders contained in this folder.

public IList<Folder> Folders { get; set; }

Property Value

IList<Folder>

the folders

Gets and sets the permalink of this folder.

public string Permalink { get; set; }

Property Value

string

the sheets

Reports

Gets the reports in the folder.

public IList<Report> Reports { get; set; }

Property Value

IList<Report>

the sheets

Sheets

Gets the sheets in the folder.

public IList<Sheet> Sheets { get; set; }

Property Value

IList<Sheet>

the sheets

Sights

Gets the Sights contained in this folder.

public IList<Sight> Sights { get; set; }

Property Value

IList<Sight>

the Sights

Templates

Gets the templates contained in this folder.

public IList<Template> Templates { get; set; }

Property Value

IList<Template>

the templates