Click or drag to resize

Folder Class

Represents a folder.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsFolder
        Smartsheet.Api.ModelsWorkspace

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Folder : NamedModel

The Folder type exposes the following members.

Constructors
  NameDescription
Public methodFolder
Top
Properties
  NameDescription
Public propertyFavorite
Gets and sets whether this folder is favorited.
Public propertyFolders
Gets the folders contained in this folder.
Public propertyPermalink
Gets and sets the permalink of this folder.
Public propertyReports
Gets the reports in the folder.
Public propertySheets
Gets the sheets in the folder.
Public propertySights
Gets the Sights contained in this folder.
Public propertyTemplates
Gets the templates contained in this folder.
Top
See Also