Methods / Group, Role, and Rights |
Web Services
Retrieves the names of all the access rights in the AgilePoint system.
public virtual string[] GetAccessRightNames()
Name | Description |
---|---|
None | Not Applicable |
An array of strings that contain the names of all the access rights for the system.
IWFAdminService svc = GetAdminService(); try { string[] permissionNames = svc. GetAccessRightNames(); } catch (Exception ex) { Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex)); }
3.2.0.4 and higher