CMSMembershipUser MembersKentico 8.0 API Reference
The CMSMembershipUser type exposes the following members.
Constructors

  NameDescription
Public methodCMSMembershipUser
Constructor.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetPassword 
Gets the password for the membership user from the membership data store.
(Inherited from OnlineMembershipUser.)
Public methodOnlineGetPassword(String)
Gets the password for the membership user from the membership data store.
(Inherited from OnlineMembershipUser.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineChangePassword
Updates the password for the membership user in the membership data store.
(Inherited from OnlineMembershipUser.)
Public methodOnlineChangePasswordQuestionAndAnswer
Updates the password question and answer for the membership user in the membership data store.
(Inherited from OnlineMembershipUser.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineResetPassword 
Resets a user's password to a new, automatically generated password.
(Inherited from OnlineMembershipUser.)
Public methodOnlineResetPassword(String)
Resets a user's password to a new, automatically generated password.
(Inherited from OnlineMembershipUser.)
Public methodOnlineToString
Returns the user name for the membership user.
(Inherited from OnlineMembershipUser.)
Public methodOnlineUnlockUser
Clears the locked-out state of the user so that the membership user can be validated.
(Inherited from OnlineMembershipUser.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyOnlineComment
Gets or sets application-specific information for the membership user.
(Inherited from OnlineMembershipUser.)
Public propertyCreationDate
Creation date (reflects the UserCreated field).
(Overrides OnlineMembershipUser CreationDate.)
Public propertyEmail
Email (reflects the Email field).
(Overrides OnlineMembershipUser Email.)
Public propertyIsApproved
Is approved (reflects the Enabled field).
(Overrides OnlineMembershipUser IsApproved.)
Public propertyIsLockedOut
Is locked out (reflects the UserEnabled and UserAccountLockReason fields).
(Overrides OnlineMembershipUser IsLockedOut.)
Public propertyOnlineIsOnline
Gets whether the user is currently online.
(Inherited from OnlineMembershipUser.)
Public propertyLastActivityDate
Last activity date (reflects the LastLogon field).
(Overrides OnlineMembershipUser LastActivityDate.)
Public propertyOnlineLastLockoutDate
Gets the most recent date and time that the membership user was locked out.
(Inherited from OnlineMembershipUser.)
Public propertyOnlineLastLoginDate
Gets or sets the date and time when the user was last authenticated.
(Inherited from OnlineMembershipUser.)
Public propertyOnlineLastPasswordChangedDate
Gets the date and time when the membership user's password was last updated.
(Inherited from OnlineMembershipUser.)
Public propertyOnlinePasswordQuestion
Gets the password question for the membership user.
(Inherited from OnlineMembershipUser.)
Public propertyOnlineProviderName
Gets the name of the membership provider that stores and retrieves user information for the membership user.
(Inherited from OnlineMembershipUser.)
Public propertyOnlineProviderUserKey
Gets the user identifier from the membership data source for the user.
(Inherited from OnlineMembershipUser.)
Public propertyUserInfoMembership
User info.
Public propertyUserName
User name (reflects the UserName field).
(Overrides OnlineMembershipUser UserName.)
Back to Top
See Also