ListRevisions Method
Lists revisions for a file.
Syntax
[VB.NET] Public Sub ListRevisions()
[C#] public void ListRevisions();
Remarks
This method lists revisions for a file (if available). After calling this method set ResourceIndex to a value from 0 to ResourceCount - 1. Setting ResourceIndex populates other Resource properties to provide information about the revision.
Note: This operation is only applicable to files. ResourceType must be set to rtFile.
Note: This functionality is only available to Box users with premium accounts.
NOTE: This method has a corresponding asynchronous version (ListRevisionsAsync) for use in the Xamarin environment.