Click or drag to resize
AccountContactInfoProvider.GetAccountContactInfoInternal Method (Int32)
Returns relationship by AccountContactID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual AccountContactInfo GetAccountContactInfoInternal(
	int accountContactId
)

Parameters

accountContactId
Type: System.Int32
AccountContactID

Return Value

Type: AccountContactInfo
See Also