DatStat Illume 4.5 SDK Class Reference

HookContext.CreateLoginId Method 

Returns a properly formatted concatenation of values suitable for a login ID.

public string CreateLoginId(
   String[] loginValues
);

Parameters

loginValues
An array of response values in the appropriate order to be used for the creation of the Login ID.

Return Value

A Login ID suitable for use in survey authentication.

Remarks

DatStat Illume survey login IDs consist of a concatenation of all of the responses to survey variables that appear in the Login Collection of the survey. The way the responses are concatenated is subject to change. Use this method to return a properly formatted login ID based on multiple response values. The order of the values must be in sync with the order of the survey variables in the Login Collection of the survey.

See Also

HookContext Class | DatStat.Collector Namespace