Versions Compared

Key

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

...

string id
Id number of file

Remarks

If id parameter is not a guid value throws an Error

Example

Usage

Code Block
languagetsjs
Usage
files.forEach(function(file) {
    // do sth with the file
 
    $Files.Delete(file.Id);
});