ListRevisionsResult Class

Result of a ListRevisions(string, int) request.

Constructors

Name Description
ListRevisionsResult(bool, FileMetadata[]) Creates a new instance of the ListRevisionsResult class.

Properties

Name Type Description
Entries DotNetBox.FileMetadata List of revisions made to the file.
IsDeleted System.Boolean Whether the file is deleted or not.

Methods

Name Description
ListRevisionsResult.FromJson(JObject) Creates a new instance of the ListRevisionsResult class using a JSON object.
ListRevisionsResult.ToString() Returns a string containing all of the class’ properties.