AccountContactInfoProvider.SetContactsIntoAccountInternal Method |
Sets relationship between specified account and contact.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntaxpublic void SetContactsIntoAccountInternal(
int accountID,
string where,
int roleID
)
Parameters
- accountID
- Type: System.Int32
Account to be set - where
- Type: System.String
WHERE condition specifying contacts to be set - roleID
- Type: System.Int32
Account-contact role to be set
See Also