TCDVcsDeleteProject
Return to Introduction  Previous page  Next page
Permanently deletes an existing Project.

Delphi (TCDirectIntf.pas)

function VcsDeleteProject( ProjID: Cardinal ): Integer;  

Parameters

Name
Description
ProjID
The ID of the project to delete.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This function will permanently delete the project, including all folders and files it contains. If you want to remove the project, without permanently deleting it, use TCDVcsRemoveObject instead.

Exported

function TCDVcsDeleteProject( ProjID: Cardinal ): Integer; stdcall;  



 


© 1995-2018 MCN Software