Click or drag to resize
ContactMembershipInfoProviderDeleteRelationship Method (Int32, Int32)
Deletes specified relationship among specified contact, related object and object type.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteRelationship(
	int membershipId,
	int contactId
)

Parameters

membershipId
Type: SystemInt32
Membership ID
contactId
Type: SystemInt32
Contact ID
See Also