/// <summary> /// Sets the dashboard type for a user. /// </summary> /// <param name="username">The user name to use.</param> /// <param name="dashboad">An option out of the following ones: "html" | "flash" | "dashboard2.0"</param> public void SetUserDashboardType(string username, string dashboad) { _webService.setDashboardView(LoginToken, username, dashboad); }