Methods / Organization Properties |
Web Services
Removes an organization property from AgilePoint.
public virtual void RemoveOrganizationProperties(string Name)
Name | Description |
---|---|
Name |
|
None.
IWFAdminService svc = GetAdminService(); string Name = ...// for example, "Departments" try { svc. RemoveOrganizationProperties (Name); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher