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 |