Delete Old Version
UiPath.Box.Activities.File.FileVersions.DeleteOldVersion
Uses the Box Remove file version API to delete an old file version. Depending on the enterprise settings for this user, the item is either actually deleted from Box or moved to the trash.
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. - Version ID - The ID of the file version. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- IsSuccessful - The result of the delete operation. Returns true if successful. This field supports only
Booleanvalues.