DataSourceBackfillType Enumeration
DataSourceBackfillType enumerates the ways in which modified answers may be written back to the original data source.

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

public enum DataSourceBackfillType
Members

  Member nameValueDescription
Never0 Indicates never store the current field back to the data source.
Always1 Indicates always store the current field back to the data source.
Prompt2 Indicates to prompt whether to store the current field back to the data source.
DoNotAllow3 Indicates the the current field should be specifically prevented from storing back to the data source.
See Also