AccountStatus Property
The status of the user.
Syntax
int GetAccountStatus();
Possible Values
US_ACTIVE(0), US_INACTIVE(1), US_CANNOT_DELETE_EDIT(2), US_CANNOT_DELETE_EDIT_UPLOAD(3)
Default Value
0
Remarks
The status of the user. Possible values are:
- 0 (usActive)
- 1 (usInactive)
- 2 (usCannotDeleteEdit)
- 3 (usCannotDeleteEditUpload)
This property is read-only.
Data Type
Integer