Click or drag to resize
ContactGroupMemberInfoProviderDeleteContactGroupMemberInfoInternal Method
Deletes relationship among specified contact group and related object of specific type.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteContactGroupMemberInfoInternal(
	ContactGroupMemberInfo infoObj
)

Parameters

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