Class VisitorData
- Namespace
- CMS.Activities
- Assembly
- CMS.Activities.dll
Represents visitor data such as customer, contact, user etc.
public class VisitorData
- Inheritance
-
objectVisitorData
- Extension Methods
Properties
Email of the used subject.
public string Email { get; set; }
Property Value
- string
FirstName
FirstName of the used subject.
public string FirstName { get; set; }
Property Value
- string
ID
Object ID.
public int ID { get; set; }
Property Value
- int
LastName
LastName of the used subject.
public string LastName { get; set; }
Property Value
- string
MiddleName
MiddleName of the used subject.
public string MiddleName { get; set; }
Property Value
- string
UserName
UserName of the used subject.
public string UserName { get; set; }
Property Value
- string