Click or drag to resize

CreateGroupBuilder Class

A convenience class for making a Group object with the appropriate fields for creating the group.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsCreateGroupBuilder

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class CreateGroupBuilder

The CreateGroupBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCreateGroupBuilder
Sets the required attributes for creating a Group.
Top
Methods
  NameDescription
Public methodBuild
Builds and returns the Group object
Public methodgetDescription
Gets the description of the Group.
Public methodgetMembers
Gets the members of the Group.
Public methodGetName
Gets the name of the Group.
Public methodSetDescription
Sets the description of the Group.
Public methodSetMembers
Sets the members of the Group.
Public methodSetName
Sets the name of the Group.
Top
See Also