C# Класс Smartsheet.Api.Models.Workspace.UpdateWorkspaceBuilder

A convenience class for creating a Workspace object with the appropriate fields for updating a workspace.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Build ( ) : Workspace

The Name of the workspace.

Gets the Name.

Builds the Workspace.

UpdateWorkspaceBuilder ( long id, string name ) : System

Build workspace with required parameter name.

Описание методов

Build() публичный Метод

The Name of the workspace. Gets the Name. Builds the Workspace.
public Build ( ) : Workspace
Результат Workspace

UpdateWorkspaceBuilder() публичный Метод

Build workspace with required parameter name.
public UpdateWorkspaceBuilder ( long id, string name ) : System
id long the id of the workspace
name string the name of the workspace
Результат System