ContactMembershipInfoProviderDeleteRelationship Method (Int32, Int32) |
Deletes specified relationship among specified contact, related object and object type.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void DeleteRelationship(
int membershipId,
int contactId
)
Parameters
- membershipId
- Type: SystemInt32
Membership ID - contactId
- Type: SystemInt32
Contact ID
See Also