WorkSession DefaultAssemblySettings Property
When you create a WorkSession, a copy of the application-wide default assembly settings (as specified in web.config) is made and assigned to this property of the AnswerCollection. If the host app customizes these DefaultAssemblyOptions, each subsequent document generated in the WorkSession will inherit those customized settings.

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

public AssembleDocumentSettings DefaultAssemblySettings { get; private set; }

Property Value

Type: AssembleDocumentSettings
See Also