[This is preliminary documentation and is subject to change.]
Construct a task object from the task id
Namespace:
OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public OCTask( int taskId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ taskId As Integer _ ) |
| Visual C++ |
|---|
public: OCTask( int taskId ) |
Parameters
- taskId
- Type: System..::.Int32
The unique id of the task
