Click or drag to resize
ContactGroupInfoProviderDeleteContactGroupInfoInternal Method
Deletes specified contact group.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteContactGroupInfoInternal(
	ContactGroupInfo groupObj
)

Parameters

groupObj
Type: CMS.OnlineMarketingContactGroupInfo
Contact group to be deleted
See Also