WorkSession GetCurrentInterview Method
Overload List

  Name Description
Public method GetCurrentInterview 
Returns the current interview using default interview settings
Public method 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.
Public method GetCurrentInterview(InterviewSettings, IEnumerable String , String)
Returns the current interview with the given settings
Back to Top
See Also