[This is preliminary documentation and is subject to change.]
Construct a contact object from the contact id
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCContact( int contactId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ contactId As Integer _ ) |
| Visual C++ |
|---|
public: OCContact( int contactId ) |
Parameters
- contactId
- Type: System..::.Int32
The unique id of the contact
