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
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
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
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; }