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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual bool RelationshipIsAdHoc { get; set; }
Property Value
Type:
BooleanSee Also