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

Deletes a particular Project identified by projectId.

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

Syntax

C#
public int DeleteProject(
	int projectId
)
Visual Basic (Declaration)
Public Function DeleteProject ( _
	projectId As Integer _
) As Integer
Visual C++
public:
int DeleteProject(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
Id of the Project which needs to be deleted.

Return Value

0 when successful, -1 in case of an error.

See Also