[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 OCServiceReturnStatus AddNewDb(
	int groupId,
	int userId,
	OCContact occ,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	groupId As Integer, _
	userId As Integer, _
	occ As OCContact, _
	session As ConfigureInfo _
) As OCServiceReturnStatus
Visual C++
public:
OCServiceReturnStatus AddNewDb(
	int groupId, 
	int userId, 
	OCContact^ occ, 
	ConfigureInfo^ session
)

Parameters

groupId
Type: System..::.Int32
The unique id of the organization
userId
Type: System..::.Int32
The unique id of the user
occ
Type: OfficeClip.BusinessLayer.Service..::.OCContact
The OC Contact object
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

Returns success or failure values

See Also