Click or drag to resize
ContactGroupMemberInfoProviderGetContactGroupMemberInfoInternal Method
Returns relationship specified by id.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactGroupMemberInfo GetContactGroupMemberInfoInternal(
	int contactgroupmemberId
)

Parameters

contactgroupmemberId
Type: SystemInt32
Contact group ID

Return Value

Type: ContactGroupMemberInfo
See Also