Click or drag to resize

ContentColumnSettings_ChoiceRelationDirection Property

Gets or sets the relation direction. This indicates how the values are updated from relations. If set to Both, the relations created from the other side will also be added in the choice values at next save.

Note : "To" value is denied.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public PFItemRelationDirection RelationDirection { get; set; }

Property Value

Type: PFItemRelationDirection
See Also