ContactGroupMemberInfoProviderGetContactGroupMemberInfoByDataInternal Method |
Note: This API is now obsolete.
Returns relationship among specified contact group and related object of specific type.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Get(int, int, ContactGroupMemberTypeEnum) instead.")]
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.ContactManagementContactGroupMemberTypeEnum
Membership type
Return Value
Type:
ContactGroupMemberInfoSee Also