Versions Compared

Key

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

Overview

Deletes specified file from repository.

void myFiles.Delete(id: string)

Arguments

string id
Id number of file

Example

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