Click or drag to resize
VisitorData Class
Represents visitor data such as customer, contact, user etc.
Inheritance Hierarchy
SystemObject
  CMS.ActivitiesVisitorData

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
public class VisitorData

The VisitorData type exposes the following members.

Constructors
  NameDescription
Public methodVisitorData
Top
Properties
  NameDescription
Public propertyEmail
Email of the used subject.
Public propertyFirstName
FirstName of the used subject.
Public propertyID
Object ID.
Public propertyLastName
LastName of the used subject.
Public propertyMiddleName
MiddleName of the used subject.
Public propertyUserName
UserName of the used subject.
Top
See Also