Click or drag to resize

AddUserBuilder Class

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

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 AddUserBuilder

The AddUserBuilder type exposes the following members.

Constructors
  NameDescription
Public methodAddUserBuilder
User object with required attributes
Top
Methods
  NameDescription
Public methodBuild
Builds the object using the required fields.
Public methodGetAdmin
Gets the Admin.
Public methodGetEmailAddress
Gets the Email address.
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 methodSetEmail
Sets the Email for the user.
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