The CWebUser type exposes the following members.

Methods

  NameDescription
ChangePasswordOverloaded.
ChangeWebLogin
Changes the WebLoginId to the specified value.
(Inherited from CContactUser.)
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsInRole
Determines whether the current principal belongs to the specified role.
(Inherited from CContactUser.)
LoginByPrincipal
Logs an existing CWebUser user into the system using an IPrincipal that has already been validated (presumably).
LoginByWebLogin
Logs an existing CWebUser user into the system using their web login and password.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResetPassword
Reset user's password to a random value and email the user new value.
(Inherited from CContactUser.)
ResetWebLogin
Resets the WebLoginId to the specified value. This will reset password and generate an email to the user with a new password.
(Inherited from CContactUser.)
SaveOverloaded.
SetPassword
Sets CContactUser's password to the value supplied.
(Inherited from CContactUser.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Verifies that the data in the CContactUser object is valid. If not, the Errors property will contain messages about what data is not valid and false will be returned.
(Inherited from CContactUser.)

See Also