[This is preliminary documentation and is subject to change.]
Removes the Project in the database.
Namespace:
OfficeClip.DBLayer.TrackerAssembly: 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
The database id of the Project.
