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

Adds a new task in the database that corresponds to this object

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

Syntax

C#
public OCServiceReturnStatus AddNewDb(
	int taskId,
	OCTask oct,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	taskId As Integer, _
	oct As OCTask, _
	session As ConfigureInfo _
) As OCServiceReturnStatus
Visual C++
public:
OCServiceReturnStatus AddNewDb(
	int taskId, 
	OCTask^ oct, 
	ConfigureInfo^ session
)

Parameters

taskId
Type: System..::.Int32
The unique id of the task
oct
Type: OfficeClip.BusinessLayer.Service..::.OCTask
The role to be added to the database
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

Returns success or failure values

See Also