Click or drag to resize
ContactGroupInfoProviderSetContactGroupInfoInternal Method
Sets (updates or inserts) specified contact group.

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

Parameters

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