Click or drag to resize
AccountContactInfoProviderSetContactsIntoAccount Method
Sets relationship between specified account and contact.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void SetContactsIntoAccount(
	int accountID,
	string where,
	int roleID
)

Parameters

accountID
Type: SystemInt32
Account to be set
where
Type: SystemString
WHERE condition specifying contacts to be set
roleID
Type: SystemInt32
Account-contact role to be set
See Also