Click or drag to resize

UserIdentity Class

Represents user's identity.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsUserIdentity

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class UserIdentity

The UserIdentity type exposes the following members.

Constructors
  NameDescription
Public methodUserIdentity
Initializes a new instance of an object.
Public methodUserIdentity(Int32, Int32)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAdminUserID
Gets or sets the ID of the administrator user account associated with the user.
Public propertyExtranetUserID
Gets or sets the ID of the extranet user account associated with the user.
Top
Methods
  NameDescription
Public methodStatic memberGetCurrentIdentity
Retrieves the current user's identity.
Top
Remarks