Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CreateIdentifier

Represents a CreateIdentifier model in ODP

Inheritance
System.Object
CreateIdentifier
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class CreateIdentifier : Object

Constructors

CreateIdentifier()

Declaration
public CreateIdentifier()

Properties

DisplayName

The display name of the field in ODP which is shown in the UI

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

MergeConfidence

the level of confidence ("high" or "low") that this identifier can be used to merge customer profiles together and is NOT shared between individuals (for example, a shared device token)

Declaration
public string MergeConfidence { get; set; }
Property Value
Type Description
System.String

Messaging

whether this identifier can be used to message customers within campaigns

Declaration
public bool Messaging { get; set; }
Property Value
Type Description
System.Boolean

Name

The name of the field in ODP

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PublicRead

Whether the field can be read by public key

Declaration
public bool PublicRead { get; set; }
Property Value
Type Description
System.Boolean