Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Oskar Dillén edited this page May 7, 2014 · 5 revisions

Change board permission

    var board = trello.Boards.WithId("x");
    trello.Boards.ChangePermissionLevel(board, PermissionLevel.Public);
Clone this wiki locally