Methods / User Delegation |
Web Services
Removes a delegation from the AgilePoint system.
public virtual void RemoveDelegation(string delegationID)
Name | Description |
---|---|
delegationID |
|
None.
IWFAdminService svc = GetAdminService(); string delegationID = ...; try { svc.RemoveDelegation(delegationID); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher