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

CreatedAt

Gets or sets the date and time the folder was created. Either a DateTime object, or Long if numericDates parameter is true on API call.

public object CreatedAt { get; set; }

Property Value

object

the created at

Favorite

Gets and sets whether this folder is favorited.

[Obsolete("Please use the IsFavorite method in FavoriteResources instead")]
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

ModifiedAt

Gets or sets the date and time the folder was last modified. Either a DateTime object, or Long if numericDates parameter is true on API call.

public object ModifiedAt { get; set; }

Property Value

object

the modified at

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

Source

Gets or sets the source of the folder (if the folder was created from another folder or template).

public Source Source { get; set; }

Property Value

Source

the source

Templates

Gets the templates contained in this folder.

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

Property Value

IList<Template>

the templates