Click or drag to resize

UpdateUserBuilder Class

A convenience class for making a object with the appropriate fields for updating a user.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsUpdateUserBuilder

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 UpdateUserBuilder

The UpdateUserBuilder type exposes the following members.

Constructors
  NameDescription
Public methodUpdateUserBuilder
User object containing the required attributes:
Top
Methods
  NameDescription
Public methodBuild
Builds the object using the required fields.
Public methodGetAdmin
Gets the Admin.
Public methodGetFirstName
Gets the user's first name.
Public methodGetLastName
Gets the user's last name.
Public methodGetLicensedSheetCreator
Gets the licensed sheet creator.
Public methodGetResourceViewer
Gets the Flag indicating whether the user is a resource viewer (can access resource views).
Public methodSetAdmin
Sets the Admin flag which allows managing Users and accounts.
Public methodSetFirstName
Sets the user's first name.
Public methodSetLastName
Sets the user's last name.
Public methodSetLicensedSheetCreator
Sets the licensed sheet creator flag that allows creating and owning Sheets.
Public methodSetResourceViewer
Sets the Flag indicating whether the user is a resource viewer (can access resource views)
Top
See Also