ExportSurveyWithHTMLRemoved

Description

Export survey definition. XML tags that can contain encoded HTML are processed and unwanted coding is removed.

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

XML representing the whole Survey (where encoded HTML is converted to plain text)

Example

var SurveyDesign = new SurveyDesignSoapClient();

string strXml = SurveyDesign.ExportSurveyWithHTMLRemoved(clientKey, "p123123123");