DataSourceType Enumeration
DataSourceType indicates from where the answers were supplied to the interview or assembly.

Namespace: HotDocs.Sdk
Assembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum DataSourceType
Members

  Member nameValueDescription
CurrentAnswerFile0 Indicates the current answer file is being supplied to the interview or assembly.
AnswerFile1 Indicates a specified answer file is being supplied to the interview or assembly.
DatabaseComponent2 Indicates answers from a database component are being supplied to the interview or assembly.
Custom3 Indicates answers from a customized source are being supplied to the interview or assembly.
See Also