Click or drag to resize

PFItemRelationDirection Enumeration

Identifies which direction(s) should be used on relations for a given use.

The direction of a relation is determined by its origin of creation.

With the following code: itemA.AddRelationFoo(itemB), the new relation will be considered as created FROM itemA and leading TO itemB.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFItemRelationDirection
Members
  Member nameValueDescription
From0 Relations targeting other items, from the current item.
To1 Relations targeting current item.
Both2 No restriction on the relation direction.
See Also