ContactMembershipInfoProviderDeleteMembershipInfo Method (Int32, Int32, Int32, MemberTypeEnum) |
Deletes 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 DeleteMembershipInfo(
int activeContactId,
int originalContactId,
int relatedObjectId,
MemberTypeEnum memberType
)
Parameters
- activeContactId
- Type: SystemInt32
Active contact ID - originalContactId
- Type: SystemInt32
Original contact ID - relatedObjectId
- Type: SystemInt32
Related object ID - memberType
- Type: CMS.OnlineMarketingMemberTypeEnum
Member type
See Also