Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Overview

Deletes specified file from repository.

void myFiles.Delete(id: string)

Arguments

string id
Id number of file

Remarks

If id parameter is not a guid value throws an Error

Example

Usage

files.forEach(function(file) {
    // do sth with the file
 
    $Files.Delete(file.Id);
});
  • No labels