DatStat Illume 4.5 SDK Class Reference

HookContext.GetResponse Method 

Returns the current response to a survey variable.

public object GetResponse(
   String variableName
);

Parameters

variableName
The friendly name of the survey variable.

Return Value

An object which can be cast to one of the supported types to get the actual value of a survey variable response.

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.

See Also

HookContext Class | DatStat.Collector Namespace