Interview Session Engine Object Model Reference |
ISessionEngine.GetNewSampleRecord |
|
|
Function GetNewSampleRecord( ByVal InterviewerSessionToken As String,
ByVal InterviewPropertiesXML As String ) As String
Gets a new sample record from sample management.
Parameters
InterviewerSessionToken | The unique token returned from CreateInterviewerSession that identifies the interviewer. |
InterviewPropertiesXML | The interview properties as XML. |
Return Value
The new sample record for the interviewer as sample results XML.
Remarks
For further details, refer to the GetNewSampleRecordWithCriteria method.