Ban

Ban users for specific Reason!

StackAPI.Ban(Reason)

// C# Form
private void Button1_Click() { 
  StackAPI.Ban("Bad Process Found");
}

Last updated