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

Sets the changes

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

Syntax

C#
public OCMap[] SetChanges(
	string folderId,
	int loggedInUserId,
	OCUser[] changes,
	int groupId,
	bool isAdmin
)
Visual Basic (Declaration)
Public Function SetChanges ( _
	folderId As String, _
	loggedInUserId As Integer, _
	changes As OCUser(), _
	groupId As Integer, _
	isAdmin As Boolean _
) As OCMap()
Visual C++
public:
array<OCMap^>^ SetChanges(
	String^ folderId, 
	int loggedInUserId, 
	array<OCUser^>^ changes, 
	int groupId, 
	bool isAdmin
)

Parameters

folderId
Type: System..::.String
The unique id of the folder
loggedInUserId
Type: System..::.Int32
The unique id of the logged in user
changes
Type: array<OfficeClip.BusinessLayer.Service..::.OCUser>[]()[]
The array of the service user objects representing the changes
groupId
Type: System..::.Int32
The unique id of the organization
isAdmin
Type: System..::.Boolean
Is the current user an administrator

Return Value

The array of the service map object

See Also