Delete¶
Deletes the specified file from the repository.
myFiles.Delete(id: string):void
Parameters¶
string id
The ID of the file.
Remarks¶
If the id parameter is not a GUID value, an Error is thrown.
Delete files by repository ID¶
1 2 3 4 5 | |
Deletes the specified file from the repository.
myFiles.Delete(id: string):void
string id
The ID of the file.
If the id parameter is not a GUID value, an Error is thrown.
1 2 3 4 5 | |