[This is preliminary documentation and is subject to change.]

Constructor to create an instance from the database

Namespace:  OfficeClip.DBLayer.Service
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OCContact Populate(
	int contactId,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function Populate ( _
	contactId As Integer, _
	session As ConfigureInfo _
) As OCContact
Visual C++
public:
OCContact^ Populate(
	int contactId, 
	ConfigureInfo^ session
)

Parameters

contactId
Type: System..::.Int32
The unique id of the contact
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The OfficeClip task object

See Also