Click or drag to resize
ContactMembershipInfoProviderDeleteMembershipInfoInternal Method
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#
protected virtual void DeleteMembershipInfoInternal(
	ContactMembershipInfo infoObj
)

Parameters

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