ExportSurveyLayout Description Export survey layout definition Signature string ExportSurveyLayout(string key, string surveyLayoutId) Parameters Name Data Type Description key string required The authentication key surveyLayoutId string required The id of the survey layout you want to export Response Data Type Description string XML representing the survey layout Example var authoring = new AuthoringSoapClient(); string strXml = authoring.ExportSurveyLayout(clientKey, "123");