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
Permalink
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
Sheets
Gets the sheets in the folder.
public IList<Sheet> Sheets { get; set; }
Property Value
Sights
Gets the Sights contained in this folder.
public IList<Sight> Sights { get; set; }
Property Value
Templates
Gets the templates contained in this folder.
public IList<Template> Templates { get; set; }