Methods / Group, Role, and Rights |
Web Services
Removes a role from the AgilePoint system.
public virtual void RemoveRole(string roleName)
Name | Description |
---|---|
roleName |
|
None.
IWFAdminService svc = GetAdminService(); string roleName = ...// for example, "Engineers" try { svc.RemoveRole (roleName); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher