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

Updates a tracker case

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

Syntax

C#
public OCMap UpdateCase(
	int projectId,
	ref OCTrackerCase octc,
	OCTrackerFields fields,
	bool isActive,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function UpdateCase ( _
	projectId As Integer, _
	ByRef octc As OCTrackerCase, _
	fields As OCTrackerFields, _
	isActive As Boolean, _
	session As ConfigureInfo _
) As OCMap
Visual C++
public:
OCMap^ UpdateCase(
	int projectId, 
	OCTrackerCase^% octc, 
	OCTrackerFields^ fields, 
	bool isActive, 
	ConfigureInfo^ session
)

Parameters

projectId
Type: System..::.Int32
The unique id of the project
octc
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerCase%
The service tracker case object
fields
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerFields
Teh service tracker fields object
isActive
Type: System..::.Boolean
True if the case is active
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The service map object

See Also