DeployProjectWithDotNetSurvey

Description

This method is obsolete. Please use LaunchSurvey instead. Compiles the database and generates the .Net web interview.

Signature
TaskStatus DeployProjectWithDotNetSurvey(string key, string projectId, DatabaseType databaseType)

Parameters

Name Data Type Description

key

string required

The authentication key

projectId

string required

The project ID

databaseType

DatabaseType required

Response

Data Type Description

Example

//***************************************************
//
// Deploy Project, using the new .Net
// survey engine introduced in version 8.5 of Confirmit.
//
//***************************************************

// Create instance of the webservice
SurveyDeployerSoapClient surveyDeployer = new SurveyDeployerSoapClient();

// Deploy (Database + Web Interview) a project in production
surveyDeployer.DeployProjectWithDotNetSurvey(key,projectID,DatabaseType.Production);