AccountContactInfoProviderSetAccountsIntoContactInternal Method |
Sets relationship between specified account and contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax public void SetAccountsIntoContactInternal(
int contactID,
string where,
int roleID
)
Parameters
- contactID
- Type: SystemInt32
Contact to be set - where
- Type: SystemString
WHERE condition specifying contacts to be set - roleID
- Type: SystemInt32
Account-contact role to be set
See Also