Method: AsposeHtml::StorageApi#get_list_file_versions

Defined in:
lib/aspose_html/api/storage_api.rb

#get_list_file_versions(path, opts = {}) ⇒ FileVersionsResponse

Get the file’s versions list

Parameters:

  • path

    File path e.g. /file.ext or /Folder1/file.ext

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

  • :storage (String)

    User's storage name

Returns:



212
213
214
215
# File 'lib/aspose_html/api/storage_api.rb', line 212

def get_list_file_versions(path, opts = {})
  data, _status_code, _headers = get_list_file_versions_with_http_info(path, opts)
  data
end