Retrieves the names of all the access rights in the AgilePoint system.
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