|  | Aqualogic Interaction API | |
| IPTSession.ChangeNumericUserName Method |
Changes the numeric user name for the current user. This method is preferred for changing passwords because the user object itself may not be editable by the current user. Check for object locks and fails if another user is editing the user object.
The new username length in characters must be less than that specified in the PT_SERVERCONTSTANTS.MAX_NUMERIC_STORESIZE. The string passed in must convert to a valid numeric string.
void ChangeNumericUserName(
string strNewNumericUserName
);
Parameters
- strNewNumericUserName
- - The new numeric username.
See Also
IPTSession Interface | com.plumtree.server Namespace