InterviewSettings AddHdMainDiv Property
Whether HotDocs should include in the returned HTML fragment an HTML DIV with its id set to "hdMainDiv". When a browser interview initializes, the interview is created dynamically inside this placeholder DIV. Your host application can choose to include that DIV within the host page itself (in which case you would set AddHdMainDiv to false), but by default AddHdMainDiv is set to true, meaning that HotDocs will include this placeholder DIV in the interview HTML fragment.

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

public Tristate AddHdMainDiv { get; set; }

Property Value

Type: Tristate
Remarks

NOTE: This property is ignored if the SDK is communicating with HotDocs Server (either locally or at a web service). HotDocs Server always honors the setting specified in the HotDocs Server Management Console, and does not allow individual interview requests to override that default value.
See Also