Table of Contents

Class VisitorData

Namespace
CMS.Activities
Assembly
CMS.Activities.dll

Represents visitor data such as customer, contact, user etc.

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
public class VisitorData
Inheritance
object
VisitorData
Extension Methods

Constructors

VisitorData()

public VisitorData()

Properties

Email

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