Method ListAllAsync
ListAllAsync()
Returns all player-scoped files stored in Cloud Save for the logged in player. Throws a CloudSaveException with a reason code and explanation of what happened.
This method includes pagination.
Declaration
[Obsolete("This method will be removed in an upcoming release. Use Task<List<FileItem>> CloudSaveService.Instance.Files.Player.ListAllAsync() instead.", false)]
Task<List<FileItem>> ListAllAsync()
Returns
Type | Description |
---|---|
Task<List<FileItem>> | A list of file metadata for the files stored in Cloud Save for the logged in player. |
Exceptions
Type | Condition |
---|---|
CloudSaveException | Thrown if request is unsuccessful. |
CloudSaveValidationException | Thrown if the service returned validation error. |
CloudSaveRateLimitedException | Thrown if the service returned rate limited error. |