ContactMembershipInfoProviderGetRelationships Method (Int32, MemberTypeEnum) |
Returns list of IDs of all related objects for specified contact and membership type.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax public static List<int> GetRelationships(
int contactId,
MemberTypeEnum membershipType
)
Parameters
- contactId
- Type: SystemInt32
Contact ID - membershipType
- Type: CMS.ContactManagementMemberTypeEnum
Membership type
Return Value
Type:
ListInt32See Also