DatStat Illume 4.5 SDK Class Reference

SDK_SurveyDetail.GetDataDictionary Method (WebServiceContext, Boolean, Int32)

Returns the SDK_DataDictionary using the passed lcid to designate which localized version should be passed. If the lcid value passed isn't valid for the survey, the base lcid value will be used.

public SDK_DataDictionary GetDataDictionary(
   WebServiceContext ctx,
   Boolean stripHtml,
   Int32 lcid
);

Parameters

ctx
The WebServiceContext use to connect to the DesignerService.
stripHtml
Boolean value that indicates if the html should be stripped out of all prompts before being returned.
lcid
The lcid value that will be used to retrieve the data dictionary. It should be a valid lcid value for the survey.

Return Value

SDK_DataDictionary

See Also

SDK_SurveyDetail Class | DatStat.SDK.WebServiceWrappers Namespace | SDK_SurveyDetail.GetDataDictionary Overload List