Class UpdateUser
The update user details.
Inheritance
System.Object
UpdateUser
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class UpdateUser : object
Constructors
| Improve this Doc View SourceUpdateUser(String, UserRoleType, UserStatusOption, String)
Initializes a new instance of the UpdateUser class.
Declaration
public UpdateUser(string userId, UserRoleType userRole = default(UserRoleType), UserStatusOption userStatus = (UserStatusOption)0, string toUserId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | userId | Gets or sets userId. |
UserRoleType | userRole | Gets or sets userRole. |
UserStatusOption | userStatus | Gets or sets userStatus. |
System.String | toUserId | Gets or sets toUserId. |
Properties
| Improve this Doc View SourceToUserId
Gets or sets the toUserId.
Declaration
public string ToUserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets or sets the userId.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserRole
Gets or sets the UserRole.
Declaration
public UserRoleType UserRole { get; set; }
Property Value
Type | Description |
---|---|
UserRoleType |
UserStatus
Gets or sets the UserStatus.
Declaration
public UserStatusOption UserStatus { get; set; }
Property Value
Type | Description |
---|---|
UserStatusOption |