Get Access Right Names

API Type

Web Services

Description

Retrieves the names of all the access rights in the AgilePoint system.

Syntax

public virtual string[] GetAccessRightNames()

Parameters

Name Description
None Not Applicable

Output

An array of strings that contain the names of all the access rights for the system.

Example

IWFAdminService svc = GetAdminService();

try
	{
    string[] permissionNames = svc. GetAccessRightNames();
	}

catch (Exception ex)
	{
    Console.WriteLine("Failed! " + ShUtil.GetSoapMessage(ex));
	}

Supported Versions

3.2.0.4 and higher