SetSurveyStatus

Description

Set the status of a project.

Signature
void SetSurveyStatus(string key, string projectId, SurveyStatusType status)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

ID of the project

status

SurveyStatusType required

The status

Response

Data Type Description

Example

var authoringSoapClient = new AuthoringSoapClient();

authoringSoapClient.SetSurveyStatus(clientKey, "p999999999999", SurveyStatusType.Closed);