I'm using Trello.net to manage Trello boards through their API.
One thing I need to do, is change a new board I created to be public.
This code doesn't seem to work
myBoard.Prefs.PermissionLevel = PermissionLevel.Public;
trello.Boards.Update(myBoard);