UnlockFile
Releases a file lock so that other users can edit or upload a new version.
Input
| Name | Type | Description |
| FileId | String | The Id of the file you want to unlock. |
| AsUserId | String | The Id of the user you want to impersonate. Only works with Admin, Co-Admin, and Service Accounts. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Indicates whether the file was successfully unlocked. |