Click or drag to resize
RelationshipInfoRelationshipIsAdHoc Property
Returns true if relationship is ad-hoc (available since v 9.0), false for standard relationships. Ad-hoc relationship is a left side relationship created between node and selected related node. Multiple ad-hoc relationships can be sorted in the group which has common left node and ad-hoc relationship name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual bool RelationshipIsAdHoc { get; set; }

Property Value

Type: Boolean
See Also