Table of Contents

Class Folder.UpdateFolderBuilder

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

A convenience class for setting up a folder with the appropriate fields for updating the folder.

public class Folder.UpdateFolderBuilder
Inheritance
Folder.UpdateFolderBuilder
Inherited Members

Constructors

UpdateFolderBuilder(long?, string)

Sets the required fields for updating a folder.

public UpdateFolderBuilder(long? id, string name)

Parameters

id long?

the Id of the folder to update

name string

the name of the folder, need not be unique

Methods

Build()

Builds the folder.

public Folder Build()

Returns

Folder

the folder