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

Sets the changes for the private event in the database

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

Syntax

C#
public OCMap[] SetChanges(
	string folderId,
	OCEvent[] changes,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function SetChanges ( _
	folderId As String, _
	changes As OCEvent(), _
	session As ConfigureInfo _
) As OCMap()
Visual C++
public:
array<OCMap^>^ SetChanges(
	String^ folderId, 
	array<OCEvent^>^ changes, 
	ConfigureInfo^ session
)

Parameters

folderId
Type: System..::.String
the unique id of the folder
changes
Type: array<OfficeClip.BusinessLayer.Service..::.OCEvent>[]()[]
The array of changes
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The array of the map object

See Also