Click or drag to resize
AccountContactInfoProviderGetRelationships Method
Returns query of all relationships between accounts and contacts.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<AccountContactInfo> GetRelationships()

Return Value

Type: ObjectQueryAccountContactInfo
See Also