Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Id number of of file

Returns

Remarks

This method throws exception if given file id is not found.

Example

Code Block
languagetsjs
var file = $File.Copy('1234'fileId);
console.log(file.Id);