Click or drag to resize

ContentRelationOwnership Enumeration

Specifies which side of the relation is owner of the other one.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ContentRelationOwnership
Members
  Member nameValueDescription
Related0 No ownership.
Owner1 The first side is owner of the second.
Part2 The first side is part of the second, meaning the second is owner of the first.
See Also