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