TCDTrkDeleteFolder
Return to Introduction  Previous page  Next page
This function can be used to delete an existing Folder.

Delphi (TrkIntf.pas)

function TrkDeleteFolder( FolderID: Cardinal ): Integer;  

Parameters

Name
Description
FolderID
The ID of the Folder to delete


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This method does not delete Issues contained by the folder being deleted. Any Issues contained by the folder will be reassigned to the Intray.

Exported

function TCDTrkDeleteFolder( FolderID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software