DeleteFileVersionRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class DeleteFileVersionRequest

A function object that deletes a file version identfied by filename and unique file identifier

DeleteFileVersionRequest(BlazerClient client, string fileName, string fileId)
Arguments:
  • client – The configured Blazer client
  • fileName – The name of the file to delete
  • fileId – The unique identifier of the file version to delete