ExportSurvey

Description

Export survey definition

Signature
string ExportSurvey(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

The survey definition XML

Example

var authoring = new AuthoringSoapClient();

string strXml = authoring.ExportSurvey(clientKey, "p123123123");