Click or drag to resize
ContactGroupMemberInfoProviderGetContactGroupMemberInfoByDataInternal Method
Returns 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 ContactGroupMemberInfo GetContactGroupMemberInfoByDataInternal(
	int groupId,
	int relatedObjectId,
	ContactGroupMemberTypeEnum memberType
)

Parameters

groupId
Type: SystemInt32
Contact group ID
relatedObjectId
Type: SystemInt32
Related object ID
memberType
Type: CMS.OnlineMarketingContactGroupMemberTypeEnum
Membership type

Return Value

Type: ContactGroupMemberInfo
See Also