DatStat Illume 4.5 SDK Class Reference

HookContext.GetResponseDataType Method 

Returns the data type of a survey variable.

public DataType GetResponseDataType(
   String variableName
);

Parameters

variableName
The friendly name of the survey variable.

Return Value

The data type of the survey variable.

Remarks

The DatStat Illume system is strongly typed. This means that the user’s response to a survey item can be a string, and integer, a float, a date/time, etc. All of the available types are summarized in the DatStat.SurveyObjects.DataType enumeration.

See Also

HookContext Class | DatStat.Collector Namespace