DatStat Illume 4.5 SDK Class Reference

SDK_SurveyDetail.GetDataDictionary Method

Returns the SDK_DataDictionary object for this survey.

Overload List

The base lcid of the survey is used to retrieve the data dictionary in this overload.

public SDK_DataDictionary GetDataDictionary(WebServiceContext,Boolean);

The base lcid of the survey is used to retrieve the data dictionary in this overload.

public SDK_DataDictionary GetDataDictionary(WebServiceContext,Boolean,Boolean);

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,Boolean,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,Boolean,Int32);

See Also

SDK_SurveyDetail Class | DatStat.SDK.WebServiceWrappers Namespace