Click or drag to resize

CreateFolderBuilder Class

A convenience class for setting up a folder with the appropriate fields for creation.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateFolderBuilder

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 CreateFolderBuilder

The CreateFolderBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateFolderBuilder
Sets the required the fields for creating a folder.
Top
Methods
  NameDescription
Public methodBuild
Builds the folder.
Public methodGetName
Gets the name.
Public methodSetName
Sets the name of the folder.
Top
See Also