DataSourceBackfillType enumerates the ways in which modified answers
may be written back to the original data source.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Never | 0 | Indicates never store the current field back to the data source. | |
Always | 1 | Indicates always store the current field back to the data source. | |
Prompt | 2 | Indicates to prompt whether to store the current field back to the data source. | |
DoNotAllow | 3 | Indicates the the current field should be specifically prevented from storing back to the data source. |
See Also