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

Deletes the task from the database

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

Syntax

C#
public OCMap DeleteDb(
	int groupId,
	OCUser ocu
)
Visual Basic (Declaration)
Public Function DeleteDb ( _
	groupId As Integer, _
	ocu As OCUser _
) As OCMap
Visual C++
public:
OCMap^ DeleteDb(
	int groupId, 
	OCUser^ ocu
)

Parameters

groupId
Type: System..::.Int32
The unique id of teh group
ocu
Type: OfficeClip.BusinessLayer.Service..::.OCUser
The service user object

Return Value

The service map object

See Also