Answer Save Property
When HotDocs saves a collection of answers as an Answer File, this flag determines whether this specific answer will be saved or not. If true (the default), the answer will be saved. If false, this answer will be ignored/dropped and will not be persisted with the rest of the answers in the AnswerCollection.

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

public bool Save { get; set; }

Property Value

Type: OnlineBoolean
See Also