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

Construct a task object from the task id

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

Syntax

C#
public OCTasks(
	int groupId,
	int userId
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	userId As Integer _
)
Visual C++
public:
OCTasks(
	int groupId, 
	int userId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user

See Also