Click or drag to resize

IUser Methods

The IUser type exposes the following members.

Methods
  NameDescription
Public methodAddCredential
Add a credential. Only one credential per user currently allowed, so any previous credential will be erased.
Public methodCancelChanges
If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method.
Public methodDelete
Delete a user (associate), default does not delete the contact person
Public methodIsMailPassword
IsMailPassword - verify password value against credentials
Public methodIsPassword
IsPassword - verify password value against credentials
Public methodRemoveCredential
Remove matching credentials from user.
Public methodSave
Saves the changes you made to the associate to the database, does not return the new data from the database
Top
See Also