DatStat Illume 4.5 SDK Class Reference

HookContext.PageItemNames Property

Gets an array of strings giving the names of all Question, Text/Html, and Runtime Content items which appeared on the page FROM WHICH the last post-back operation occurred.

public String[] PageItemNames {get;}

Property Value

An array of strings giving the names of all Question, Text/Html, and Runtime Content items which appeared on the page from which the last post-back operation occurred.

Remarks

This list of item names can be used to give context to the post-back. For example, a post-back hook may check if the participant clicked “Next” and just answered question Q5.

See Also

HookContext Class | DatStat.Collector Namespace