Click or drag to resize
AccountHelperCreateAccountContactRelation Method
Creates new Account - Contact relation.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void CreateAccountContactRelation(
	int accountID,
	int contactID,
	int contactRoleID
)

Parameters

accountID
Type: SystemInt32
contactID
Type: SystemInt32
contactRoleID
Type: SystemInt32
See Also