Click or drag to resize
ContactMembershipInfoProviderGetRelationships Method (Int32, MemberTypeEnum)
Returns list of IDs of all related objects for specified contact and membership type.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax
C#
public static List<int> GetRelationships(
	int contactId,
	MemberTypeEnum membershipType
)

Parameters

contactId
Type: SystemInt32
Contact ID
membershipType
Type: CMS.ContactManagementMemberTypeEnum
Membership type

Return Value

Type: ListInt32
See Also