Click or drag to resize
Infosoft Logo

CxenseDataAppender Enumeration

An enum that defines different possible data appenders to be used to collect customer information.

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
[FlagsAttribute]
public enum CxenseDataAppender
Members
Member nameValueDescription
None0 No appenders are to be executed.
Default1 The default appender that collects subscription status and birthyear.
GenderAppender2 Collects the customers gender from the Dynamic Attributes of the customer.
LocationAppender4 Collects the customers location in the form of a zipcode and country code based on the current main address.
Remarks
When adding a new Appender the enum value must be in powers of two, i.e double the previous value. Example: If the last appender is "test1 = 8" the next appender must be set to this "test2 = 16".
See Also