AddProject

Description

Add a project

Signature
string AddProject(string key, bool isPanel)

Parameters

Name Data Type Description

key

string required

The authentication key

isPanel

bool required

True means that the survey is to become a panel

Response

Data Type Description

string

The projecId of the new Project

Example

var client = new AuthoringSoapClient();

var newProjectId = client.AddProject(clientKey, false);