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

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

Public Methods

Method Description
Build ( ) : Folder

Set the Name of the Folder.

Gets the Name.

Gets the folder Id.

/// Sets the folder Id. ///

Builds the folder.

UpdateFolderBuilder ( long id, string name ) : System

Sets the required the fields for updating a Folder.

Method Details

Build() public method

Set the Name of the Folder. Gets the Name. Gets the folder Id. /// Sets the folder Id. /// Builds the folder.
public Build ( ) : Folder
return Folder

UpdateFolderBuilder() public method

Sets the required the fields for updating a Folder.
public UpdateFolderBuilder ( long id, string name ) : System
id long the id of the folder to update
name string the name of the folder, need not be unique
return System