Click or drag to resize
ContactMembershipInfoProviderDeleteMembershipInfo Method (ContactMembershipInfo)
Deletes 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 DeleteMembershipInfo(
	ContactMembershipInfo infoObj
)

Parameters

infoObj
Type: CMS.OnlineMarketingContactMembershipInfo
Contact-related object-object type relationship to be deleted
See Also