Board
Board.Save.BoardSaveGameManager
BoardSaveGameManager.GetAppStorageInfo() Method
Gets storage information for save games on the Board device including total allocated space, used space, and remaining space.
public static System.Threading.Tasks.Task<Board.Save.BoardAppStorageInfo> GetAppStorageInfo();
Returns
System.Threading.Tasks.Task<BoardAppStorageInfo>
Storage information including total, used, and remaining space.
Exceptions
System.InvalidOperationException
Storage information cannot be retrieved.