Click or drag to resize

UpdateGroupBuilder Class

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

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 UpdateGroupBuilder

The UpdateGroupBuilder type exposes the following members.

Constructors
  NameDescription
Public methodUpdateGroupBuilder
Sets the required properties for updating a group.
Top
Methods
  NameDescription
Public methodBuild
Builds and returns the Group object.
Public methodGetDescription
Gets the description of the Group.
Public methodGetName
Gets the name of the Group.
Public methodGetOwnerId
Gets the Owner ID of the Group.
Public methodSetDescription
Sets the Description of the Group.
Public methodSetName
Sets the Name of the Group.
Public methodSetOwnerId
Sets the Owener ID of the Group.
Top
See Also