Versions Compared

Key

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

...

Code Block
languagets
Usage
files.forEach(function(file) {
       var fileContent = $Files.GetString(file.Id);   
    // do sth with the file content
});