C# Class Smartsheet.Api.Models.Folder.CreateFolderBuilder

A convenience class for setting up a folder with the appropriate fields for creation.
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
Build ( ) : Folder

Builds the folder.

CreateFolderBuilder ( string name ) : System

Sets the required the fields for creating a Folder.

GetName ( ) : string

Gets the Name.

SetName ( string name ) : CreateFolderBuilder

Set the Name of the Folder.

Method Details

Build() public method

Builds the folder.
public Build ( ) : Folder
return Folder

CreateFolderBuilder() public method

Sets the required the fields for creating a Folder.
public CreateFolderBuilder ( string name ) : System
name string the name of the folder, need not be unique
return System

GetName() public method

Gets the Name.
public GetName ( ) : string
return string

SetName() public method

Set the Name of the Folder.
public SetName ( string name ) : CreateFolderBuilder
name string the Name
return CreateFolderBuilder