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-2011 Quality Software Components Ltd