[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 OCUsers(
	OCServiceType ost,
	int groupId
)
Visual Basic (Declaration)
Public Sub New ( _
	ost As OCServiceType, _
	groupId As Integer _
)
Visual C++
public:
OCUsers(
	OCServiceType ost, 
	int groupId
)

Parameters

ost
Type: OfficeClip.Utils..::.OCServiceType
The OfficeClip service type
groupId
Type: System..::.Int32
The unique id of the group

See Also