Table of Contents

Class ContactHelper

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Class used for merging, splitting and deleting contacts.

public static class ContactHelper
Inheritance
object
ContactHelper

Fields

ANONYMOUS

Prefix for anonymous contacts.

public const string ANONYMOUS = "Anonymous - "

Field Value

string

ANONYMOUS_CONTACT_LASTNAME_DATE_PATTERN

Anonymous contact last name date format.

public const string ANONYMOUS_CONTACT_LASTNAME_DATE_PATTERN = "yyyy-MM-dd HH:mm:ss.fff"

Field Value

string

REPLACED_BRACKET_LEFT

Replaced left bracket.

public const string REPLACED_BRACKET_LEFT = "\0\0"

Field Value

string

REPLACED_BRACKET_RIGHT

Replaced right bracket.

public const string REPLACED_BRACKET_RIGHT = "\u0001\u0001"

Field Value

string