Click or drag to resize

ContentRelationMirroredRelation Property

Gets or sets a value indicating whether this relation is a mirror of a relation located in another model. That target relation should then be an external relation targeting a content-type in this local model. This relation in the target one should share the same guid, but not the same id.

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 bool MirroredRelation { get; set; }

Property Value

Type: Boolean
See Also