Get Versions
UiPath.Box.Activities.File.FileVersions.GetVersions
Uses the Box Get file version API to get information on prior versions of a file. The results do not include the current version of the file. Versions are only tracked for Box users with premium accounts.
Properties
Common
- ContinueOnError - Specifies if you want the activity to continue running when an error is thrown. This field supports only
Booleanvalues. - DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Input
- File ID - The ID of the file. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- File Versions - Returns all of the previous versions of the file. This field supports only
BoxFileVersion[]variables.