| QuestionImportationType Enumeration |
Enumeration of the question importation type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum QuestionImportationType
Public Enumeration QuestionImportationType
public enum class QuestionImportationType
Members
| Member name | Value | Description |
---|
| None | 0 |
No data is imported
|
| ListField | 1 | Obsolete.
List imported fields
|
| ODBC | 2 |
Data is imported from an external database such as an *.mdb file.ask
the question even when it has not been specified in the received link
|
| Panel | 3 |
Data is imported from a Lister field, *.lst, linked to a panel
|
| GeoCati | 4 |
Geographic co-ordinate data is imported from a geoparam.dat file
|
| InternetParameter | 5 |
Data is imported from an Internet parameter contained in a URL
|
| PlatformOne | 6 |
Platform One data is imported, as defined in a URL
|
| Fulcrum | 7 |
Fulcrum sample data is imported, as defined in a URL
|
See Also