Class PersonalFolder
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Personal folder object.
public class PersonalFolder
- Inheritance
-
PersonalFolder
- Inherited Members
Properties
Folders
Gets the Folders in the home location.
public IList<Folder> Folders { get; set; }
Property Value
Reports
Gets the Reports in the home location.
public IList<Report> Reports { get; set; }
Property Value
Sheets
Gets the Sheets in the home location.
public IList<Sheet> Sheets { get; set; }
Property Value
Sights
Gets the Sight in the home location.
public IList<Sight> Sights { get; set; }
Property Value
Templates
Gets the Templates in the home location.
public IList<Template> Templates { get; set; }