Table of Contents

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

IList<Folder>

the Folders

Reports

Gets the Reports in the home location.

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

Property Value

IList<Report>

the Templates

Sheets

Gets the Sheets in the home location.

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

Property Value

IList<Sheet>

the Sheets

Sights

Gets the Sight in the home location.

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

Property Value

IList<Sight>

the Sight

Templates

Gets the Templates in the home location.

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

Property Value

IList<Template>

the Templates