Click or drag to resize
ContactGroupMemberInfoProviderDeleteContactGroupMemberInfo Method (Int32, Int32, ContactGroupMemberTypeEnum)
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#
public static void DeleteContactGroupMemberInfo(
	int groupId,
	int relatedObjectId,
	ContactGroupMemberTypeEnum memberType
)

Parameters

groupId
Type: SystemInt32
Contact group ID
relatedObjectId
Type: SystemInt32
Related object ID
memberType
Type: CMS.OnlineMarketingContactGroupMemberTypeEnum
Member type
See Also