DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetDictionaryEntries Method (String, String[], Boolean, Int32)

Overload allows the user to indicate if html should be stripped from the returned dictionary entires. It also allows the user to specify the lcid to use if the survey is localized.

public SDK_DictionaryEntry[] GetDictionaryEntries(
   String surveyName,
   String[] variableNames,
   Boolean stripHtml,
   Int32 lcid
);

Parameters

surveyName
The name of the source survey for the dictionary entries.
variableNames
A String array of variable names that the dictionary entries will be returned for.
stripHtml
Indicates if Html should be stripped from the dictionary entry for prompts.
lcid
If a survey is localized, the lcid can be specified for the returned dictionary entries.

Return Value

Array of SDK_DictionaryEntry

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace | WebServiceContext.GetDictionaryEntries Overload List