Upgrades a CContactBasic object to a CContact object. Used to take the basic contact
and address information created for orders and the like and turn them into ream Contacts in the
Contact Management system.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static CContact UpgradeBasic( CContactBasic contact, CAddressBasic address ) |
| Visual Basic |
|---|
Public Shared Function UpgradeBasic ( _ contact As CContactBasic, _ address As CAddressBasic _ ) As CContact |
| Visual C++ |
|---|
public: static CContact^ UpgradeBasic( CContactBasic^ contact, CAddressBasic^ address ) |
Parameters
- contact
- Type: Asi.iBO.ContactManagement..::..CContactBasic
The CContactBasic contact that is to be upgraded.
- address
- Type: Asi.iBO.ContactManagement..::..CAddressBasic
The CAddressBasic address that is to be upgraded.
Return Value
A CContact object made from the supplied contact and adress parameters.
Remarks
If no address is available, null may be passed. If the address passed is already
a CAddreess it will simply be associated with the new CContact.