Board
Board.Save.BoardSaveGameManager
BoardSaveGameManager.RemoveActiveProfileFromSaveGame(string) Method
Removes only the active profile from the specified saved game. If the saved game is not associated with any profiles after removal, the saved game is deleted.
public static System.Threading.Tasks.Task<bool> RemoveActiveProfileFromSaveGame(string saveId);
Parameters
saveId System.String
The unique identifier for a saved game.
Returns
System.Threading.Tasks.Task<System.Boolean>
The task object representing the asynchronous operation.
Exceptions
System.ArgumentNullException
saveId is null or empty.