Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks out a file for delete.
Syntax
public boolean fileDelete(Filename _filename)
Run On
Client
Parameters
- _filename
Type: Filename Extended Data Type
The file to delete.
Return Value
Type: boolean
true if the file was deleted successful; otherwise, false.
Remarks
The file is deleted in the system by a subsequent check-in operation.