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

Constructor to load the values of the object

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

Syntax

C#
public OCTask(
	TaskInfo taskInfo
)
Visual Basic (Declaration)
Public Sub New ( _
	taskInfo As TaskInfo _
)
Visual C++
public:
OCTask(
	TaskInfo^ taskInfo
)

Parameters

taskInfo
Type: OfficeClip.BusinessLayer.Desktop..::.TaskInfo
The task info to load values in the object

See Also