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

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

Parameters

accountContactId
Type: SystemInt32
AccountContactID

Return Value

Type: AccountContactInfo
See Also