Click or drag to resize
Askia

IInterview Interface

Represents an interview

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IInterview

The IInterview type exposes the following members.

Properties
  NameDescription
Public propertyCurrentPage
Retrieves the current interview page element
Public propertyCurrentPosition
Retrieves the current position of the interview
Public propertyNextPage
Retrieves the next possible interview page element
Public propertyNextPosition
Retrieves the next possible position of the interview
Public propertyPreviousPage
Retrieves the previous interview page element
Public propertyPreviousPosition
Retrieves the previous position of the interview
Public propertyResourcesFolderUrl
Defines or returns the URL of the `Resources` folder for this interview.
Public propertySeed
Retrieves the seed of the interview.
Public propertyWebInformation
Retrieves the web browser information
Top
Methods
  NameDescription
Public methodCode exampleInterpret
Interpret the AskiaScript contains in the specified text.
Public methodLoad
Loads an interview from file.
Public methodMoveOn
Try to save the answers and to move on the next visible page
Public methodSave
Persists an interview to file.
Top
See Also