Enum 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
[Flags]
public enum ShipmentLinkType : short
Fields
Name | Description |
---|---|
Image | 2: Viewed an image in the shipment |
Link | 1: Clicked a link in the shipment |
Unknown | 0: Unknown - should not be used. |