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

Adds a new contact in the database that corresponds to this object

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

Syntax

C#
public OCMap AddNewDb(
	int groupId,
	int loggedInUserId,
	OCUser ocu
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	groupId As Integer, _
	loggedInUserId As Integer, _
	ocu As OCUser _
) As OCMap
Visual C++
public:
OCMap^ AddNewDb(
	int groupId, 
	int loggedInUserId, 
	OCUser^ ocu
)

Parameters

groupId
Type: System..::.Int32
The unique id of the task
loggedInUserId
Type: System..::.Int32
The unique id of the logged in user
ocu
Type: OfficeClip.BusinessLayer.Service..::.OCUser
The user to be added to the database

Return Value

Returns success or failure values

See Also