Click or drag to resize
IAccountContactInfoProviderGet Method (Int32, Int32)
Gets an instance of the AccountContactInfo binding structure.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
AccountContactInfo Get(
	int accountId,
	int contactId
)

Parameters

accountId
Type: SystemInt32
Account ID.
contactId
Type: SystemInt32
Contact ID.

Return Value

Type: AccountContactInfo
Returns an instance of AccountContactInfo corresponding to given identifiers or null.
See Also