PFItemRelationDirection Enumeration |
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
public enum PFItemRelationDirection
Member name | Value | Description | |
---|---|---|---|
From | 0 | Relations targeting other items, from the current item. | |
To | 1 | Relations targeting current item. | |
Both | 2 | No restriction on the relation direction. |