Click or drag to resize

SOUser Methods

The SOUser 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.
(Inherited from IUser.)
Public methodCode exampleCancelChanges
If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method.
(Inherited from IUser.)
Public methodCode exampleDelete
Delete a user (associate), default does not delete the contact person
(Inherited from IUser.)
Public methodCode exampleIsMailPassword
IsMailPassword - verify password value against credentials
(Inherited from IUser.)
Public methodCode exampleIsPassword
IsPassword - verify password value against credentials
(Inherited from IUser.)
Public methodRemoveCredential
Remove matching credentials from user.
(Inherited from IUser.)
Public methodCode exampleSave
Saves the changes you made to the associate to the database, does not return the new data from the database
(Inherited from IUser.)
Top
See Also