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

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

Méthodes publiques

Méthode 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 méthode

Builds the folder.
public Build ( ) : Folder
Résultat Folder

CreateFolderBuilder() public méthode

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
Résultat System

GetName() public méthode

Gets the Name.
public GetName ( ) : string
Résultat string

SetName() public méthode

Set the Name of the Folder.
public SetName ( string name ) : CreateFolderBuilder
name string the Name
Résultat CreateFolderBuilder