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
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 |