Skip to content

Get¶

Returns the file information by its ID.

1
myFiles.Get(id: string):FileInfo

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.

See Also¶