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

Updates the database from the created object

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

Syntax

C#
public OCMap UpdateDb(
	int loggedInUserId,
	int groupId,
	OCUser ocu,
	OCServiceImportPolicy policy,
	bool isAdmin
)
Visual Basic (Declaration)
Public Function UpdateDb ( _
	loggedInUserId As Integer, _
	groupId As Integer, _
	ocu As OCUser, _
	policy As OCServiceImportPolicy, _
	isAdmin As Boolean _
) As OCMap
Visual C++
public:
OCMap^ UpdateDb(
	int loggedInUserId, 
	int groupId, 
	OCUser^ ocu, 
	OCServiceImportPolicy policy, 
	bool isAdmin
)

Parameters

loggedInUserId
Type: System..::.Int32
The unique id of the logged in user
groupId
Type: System..::.Int32
The unique id of the group
ocu
Type: OfficeClip.BusinessLayer.Service..::.OCUser
The OfficeClip Service User Object
policy
Type: OfficeClip.Utils..::.OCServiceImportPolicy
The update policy
isAdmin
Type: System..::.Boolean
Is the current user an administrator

Return Value

The service map object

See Also