Click or drag to resize

ChapterIndividualRelationships Property

A collection of all relationships with individuals, active or inactive. This collection does not exclude relationships based on start or end date, nor does it exclude relationships with soft deleted individuals.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)]
public ICollection<ChapterIndividualRelationship> IndividualRelationships { get; }

Property Value

ICollectionChapterIndividualRelationship
Remarks
Unlike for Individual to Organization relationships, these relationships are not automatically soft-deleted by netFORUM when the related Individual is soft-deleted. The end result is that soft-deleted Individuals still appear in this collection (as they also do in the baseline iWeb child form on Chapter.)
See Also