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

Sets the changes for the service tracker project

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

Syntax

C#
public OCMap[] SetChanges(
	int projectId,
	OCTrackerCase[] changes,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function SetChanges ( _
	projectId As Integer, _
	changes As OCTrackerCase(), _
	session As ConfigureInfo _
) As OCMap()
Visual C++
public:
array<OCMap^>^ SetChanges(
	int projectId, 
	array<OCTrackerCase^>^ changes, 
	ConfigureInfo^ session
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project
changes
Type: array<OfficeClip.BusinessLayer.Service..::.OCTrackerCase>[]()[]
Array of changes
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The array of the service map object

See Also