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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<AccountContactInfo> GetRelationshipsInternal()

Return Value

Type: ObjectQueryAccountContactInfo
See Also