Class ShipmentLinkType
Customer action type (clicked a link, viewed an image etc) This Enum is used by: s_link_customer.link_type; s_link_customer_statical.link_type This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ShipmentLinkType : Enum
Fields
Consent
4: Clicked and executed a manage consent link in the shipment
Declaration
public const ShipmentLinkType Consent
Field Value
Type | Description |
---|---|
ShipmentLinkType |
Image
2: Viewed an image in the shipment
Declaration
public const ShipmentLinkType Image
Field Value
Type | Description |
---|---|
ShipmentLinkType |
Link
1: Clicked a link in the shipment
Declaration
public const ShipmentLinkType Link
Field Value
Type | Description |
---|---|
ShipmentLinkType |
Unknown
0: Unknown - should not be used.
Declaration
public const ShipmentLinkType Unknown
Field Value
Type | Description |
---|---|
ShipmentLinkType |
Unsubscribe
3: Clicked and executed an unsubscribe link in the shipment
Declaration
public const ShipmentLinkType Unsubscribe
Field Value
Type | Description |
---|---|
ShipmentLinkType |
value__
Customer action type (clicked a link, viewed an image etc) This Enum is used by: s_link_customer.link_type; s_link_customer_statical.link_type This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)