GetBenchmarkProjectIds

Description

Gets the ids of all benchmarkprojects associated with the given projectId

Signature
string[] GetBenchmarkProjectIds(string key, string projectId)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

Response

Data Type Description

string[ ]

A string collection of the ids of the benchmark projects associated with the given projectId. If no benchmark projects are found, an empty array will be returned

Example

var client = new AuthoringSoapClient();

var benchmarkProjects = client.GetBenchmarkProjectIds(clientKey, "p999999999999");