DatStat Illume 4.5 SDK Class Reference

HookContext.GetCheckAllVariableNames Method 

Returns an array of names specifying each individual checkbox variable name for a check-all question.

public string[] GetCheckAllVariableNames(
   String variableName
);

Parameters

variableName
The friendly name of a check-all survey variable.

Return Value

A list of friendly variable names.

Remarks

If the given variable name is not a check-all question, an empty array will be returned.

See Also

HookContext Class | DatStat.Collector Namespace