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.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static List<int> GetRelationships(
	int contactId,
	MemberTypeEnum membershipType
)

Parameters

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

Return Value

Type: ListInt32
See Also