AssemblyOptions Enumeration
This enumeration contains options for how the document is assembled.

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

[FlagsAttribute]
public enum AssemblyOptions
Members

  Member nameValueDescription
None0 Documents are assembled in the default view.
MarkupView1 Documents are assembled in "markup" view where unanswered variable names appear in square brackets.
See Also