Skip to content

Get

Returns the file info by id number

1
myFiles.Get(id: string):FileInfo

Parameters

string id
    Id number of file.

Returns

Instance of file info if found, otherwise null.

Remarks

If id parameter is not a guid value throws an Error
This method throws Error if given file id is not found.

See Also