Returns an array of SDK_DictionaryEntry for the indicated survey and variable names.
Returns an array of SDK_DictionaryEntry for the indicated survey and variable names.
public SDK_DictionaryEntry[] GetDictionaryEntries(String,String[]);
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,String[],Boolean,Int32);
WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace