DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetDictionaryEntries Method

Returns an array of SDK_DictionaryEntry for the indicated survey and variable names.

Overload List

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);

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace