|  | Aqualogic Interaction API | |
| IPTUser.SetLockedStatus Method |
Sets the locked status for this user account. Cannot lock the built-in Guest user account. Also a user cannot lock their own user account.
void SetLockedStatus(
bool bLocked
);
Parameters
-
bLocked
- - Pass true to indicate the user account is locked, and false to indicate the account is not locked.
See Also
IPTUser Interface | com.plumtree.server Namespace