WorkSession Methods
The WorkSession type exposes the following members.
Methods

  NameDescription
Public methodAssembleDocuments(String)
AssembleDocuments causes all contiguous pending document work items (from CurrentWorkItem onwards) to be assembled, and returns the assembled documents.
Public methodAssembleDocuments(PreAssembleDocumentDelegate, PostAssembleDocumentDelegate, Object, String)
AssembleDocuments causes all contiguous pending document work items (from CurrentWorkItem onwards) to be assembled, and returns the assembled documents.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFinishInterview
Called by the host application when answers have been posted back from a browser interview.
Public methodGetCurrentInterview 
Returns the current interview using default interview settings
Public methodGetCurrentInterview(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 methodGetCurrentInterview(InterviewSettings, IEnumerable String , String)
Returns the current interview with the given settings
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also