Versions Compared

Key

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

Overview

any Filesvoid 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);
});

Examples

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);
});