Users Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Users.
| Name | Description | |
|---|---|---|
![]() ![]() | AddUser | Overloaded. The AddUser() method adds a new user and sets the default language ID for the user. |
![]() ![]() | ChangePassword | Overloaded. The ChangePassword() method allows a user change the password of another specified user. The user ID and password of the user making the change must be passed. Also, for the password change to succeed, the user making the change must have permission to change the target user's password. |
![]() ![]() | DeleteUser | The DeleteUser() method deletes the specified user. All user group links for this user will be removed. The method includes a modId parameter that can be used for optimistic concurrency control. |
![]() ![]() | FormatUser | The FormatUser() method returns a string for the user specified by an ID and description. The string is formatted according to the user display system parameter. This string is used to display the user information. |
![]() ![]() | GetUserDataFromComboBoxEntry | The GetUserDataFromComboBoxEntry() method retrieves the user ID and description based on the entry from a combo box entry that is populated with UserData objects. |
![]() ![]() | GetUserProperties | The GetUserProperties() method retrieves the configured properties for this user from the database. |
![]() ![]() | GetUsers | Overloaded. The GetUsers() method retrieves all configured users. This overload allows either all users or only active users to be retrieved. |
![]() ![]() | PopulateComboBoxWithUsers | The PopulateComboBoxWithUsers() method populates the specified combo box with users. The format of the users is determined by the User Display system parameter. |

