AccountHelperCreateAccountContactRelation Method |
Creates new Account - Contact relation.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void CreateAccountContactRelation(
int accountID,
int contactID,
int contactRoleID
)
Parameters
- accountID
- Type: SystemInt32
- contactID
- Type: SystemInt32
- contactRoleID
- Type: SystemInt32
See Also