The CMSMembershipUser type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CMSMembershipUser |
Constructor.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPassword | Gets the password for the membership user from the membership data store. (Inherited from MembershipUser.) | |
GetPassword(String) | Gets the password for the membership user from the membership data store. (Inherited from MembershipUser.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ChangePassword | Updates the password for the membership user in the membership data store. (Inherited from MembershipUser.) | |
ChangePasswordQuestionAndAnswer | Updates the password question and answer for the membership user in the membership data store. (Inherited from MembershipUser.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetPassword | Resets a user's password to a new, automatically generated password. (Inherited from MembershipUser.) | |
ResetPassword(String) | Resets a user's password to a new, automatically generated password. (Inherited from MembershipUser.) | |
ToString | Returns the user name for the membership user. (Inherited from MembershipUser.) | |
UnlockUser | Clears the locked-out state of the user so that the membership user can be validated. (Inherited from MembershipUser.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Name | Description | |
---|---|---|
Comment | Gets or sets application-specific information for the membership user. (Inherited from MembershipUser.) | |
CreationDate |
Creation date (reflects the UserCreated field).
(Overrides MembershipUser CreationDate.) | |
Email (reflects the Email field).
(Overrides MembershipUser Email.) | ||
IsApproved |
Is approved (reflects the Enabled field).
(Overrides MembershipUser IsApproved.) | |
IsLockedOut |
Is locked out (reflects the UserEnabled and UserAccountLockReason fields).
(Overrides MembershipUser IsLockedOut.) | |
IsOnline | Gets whether the user is currently online. (Inherited from MembershipUser.) | |
LastActivityDate |
Last activity date (reflects the LastLogon field).
(Overrides MembershipUser LastActivityDate.) | |
LastLockoutDate | Gets the most recent date and time that the membership user was locked out. (Inherited from MembershipUser.) | |
LastLoginDate | Gets or sets the date and time when the user was last authenticated. (Inherited from MembershipUser.) | |
LastPasswordChangedDate | Gets the date and time when the membership user's password was last updated. (Inherited from MembershipUser.) | |
PasswordQuestion | Gets the password question for the membership user. (Inherited from MembershipUser.) | |
ProviderName | Gets the name of the membership provider that stores and retrieves user information for the membership user. (Inherited from MembershipUser.) | |
ProviderUserKey | Gets the user identifier from the membership data source for the user. (Inherited from MembershipUser.) | |
UserInfoMembership |
User info.
| |
UserName |
User name (reflects the UserName field).
(Overrides MembershipUser UserName.) |
See Also