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
Image

2: Viewed an image in the shipment

Link

1: Clicked a link in the shipment

Unknown

0: Unknown - should not be used.

Extension Methods

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