Show / Hide Table of Contents

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
Consent

4: Clicked and executed a manage consent link in the shipment

Image

2: Viewed an image in the shipment

Link

1: Clicked a link in the shipment

Unknown

0: Unknown - should not be used.

Unsubscribe

3: Clicked and executed an unsubscribe link in the shipment

Extension Methods

EnumUtil.MapEnums<ShipmentLinkType, To>(ShipmentLinkType)
Converters.MapEnums<ShipmentLinkType, To>(ShipmentLinkType)
ObjectExtensions.AssignByReflection<ShipmentLinkType>(ShipmentLinkType, ShipmentLinkType)
ObjectExtensions.GraphCopy<ShipmentLinkType>(ShipmentLinkType)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top