This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class User
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class User

The type exposes the following methods.

Public Methods

  Name Description
Public method ChangePassword (Inherited from MembershipUser.)
Public method ChangePasswordQuestionAndAnswer (Inherited from MembershipUser.)
Public method Equals (Inherited from Object.)
Public method EqualsIdentity
Checks whether this user equals the given identity.
Public method Static member GetDomainFromUserName
Gets the name of the domain from a user name.
Public method Static member GetFullyQualifiedUserName
Gets the fully qualified user name (including the Active Directory domain if specified when logging in).
Public method GetHashCode (Inherited from Object.)
Public method GetPassword (Inherited from MembershipUser.)
Public method GetPassword (Inherited from MembershipUser.)
Public method GetType (Inherited from Object.)
Public method Static member GetUserType
Return the user type for the specified user ID.
Public method IsInGroup Overloaded.
Public method Static member IsVisitor
Returns true if the userId represents a visitor, false if it represents a user.
Public method MemberOfGroup
Determines whether the user is in the specified group.
Public method ResetPassword (Inherited from MembershipUser.)
Public method ResetPassword (Inherited from MembershipUser.)
Public method ToString (Inherited from MembershipUser.)
Public method UnlockUser (Inherited from MembershipUser.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced