Get¶
Returns the file information by its ID.
1 |
|
Parameters¶
string id
The ID of the file.
Returns¶
An instance of FileInfo if found; otherwise, null.
Remarks¶
If the id
parameter is not a GUID value, an Error is thrown.
This method throws an Error if the given file ID is not found.