Previous |
Next
RemoveFile Method
Removes the specified file from the file list.
Boolean RemoveFile( Long
fileId ) |
Parameters
fileId Type: Long The ID of the file which
is to be removed. The valid file IDs are values returned from the AddFile
method.
Return Value
Type: Boolean
If the method succeeds, the return value is true. If the method fails, the return value is
false. To get extended error
information, call GetLastError and GetLastErrorDesc methods.
|