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

Adds a new user 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,
	OCUsers ocus
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	groupId As Integer, _
	loggedInUserId As Integer, _
	ocus As OCUsers _
) As OCMap()
Visual C++
public:
array<OCMap^>^ AddNewDb(
	int groupId, 
	int loggedInUserId, 
	OCUsers^ ocus
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
loggedInUserId
Type: System..::.Int32
The unique id of teh logged in user
ocus
Type: OfficeClip.BusinessLayer.Service..::.OCUsers
The serive users object

Return Value

The array of the service map object

See Also