Aqualogic Interaction API  
 

IPTUser.SetNumericUserName Method 

Sets the numeric user name for this user. The numeric user name is used with numeric authentication, for example when logging in with a mobile device.

void SetNumericUserName(
   string strNumericUserName
);

Parameters

strNumericUserName
- The new numeric user name for the user. This string must evaluate to a valid number, e.g. each character must be a digit from 0 through 9. The length of the username in characters must be less than the value specified by the PT_SERVERCONSTANTS.MAX_NUMERIC_STORESIZE constant. The numeric user name must also be unique within the system.

See Also

IPTUser Interface | com.plumtree.server Namespace