Overload List
Name | Description | |
---|---|---|
![]() |
GetCurrentInterview |
Returns the current interview using default interview settings
|
![]() |
GetCurrentInterview(InterviewFormat) |
This constructor accepts a value for the interview format in case the host application wants to have more
control over which format to use other than the one format specified in web.config. For example, the host
application can detect whether or not the user's browser has Silverlight installed, and if not, it can choose
to fall back to JavaScript interviews even if its normal preference is Silverlight.
|
![]() |
GetCurrentInterview(InterviewSettings, IEnumerable String , String) |
Returns the current interview with the given settings
|
See Also