[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,
	OCUsers ocus,
	OCServiceImportPolicy policy,
	bool isAdmin
)
Visual Basic (Declaration)
Public Function UpdateDb ( _
	loggedInUserId As Integer, _
	groupId As Integer, _
	ocus As OCUsers, _
	policy As OCServiceImportPolicy, _
	isAdmin As Boolean _
) As OCMap()
Visual C++
public:
array<OCMap^>^ UpdateDb(
	int loggedInUserId, 
	int groupId, 
	OCUsers^ ocus, 
	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
ocus
Type: OfficeClip.BusinessLayer.Service..::.OCUsers
The OfficeClip Service Users Object
policy
Type: OfficeClip.Utils..::.OCServiceImportPolicy
The update policy
isAdmin
Type: System..::.Boolean
Is the current user an administrator

Return Value

Returns success or failure values

See Also