Application.MarkedVariables Property

This property is a collection of variables. Variables in this collection are marked in the interview by GetInterview2 for the user. During assembly, the collection is automatically defined as the unanswered variables referenced during assembly (e.g. during the call to AssembleDocument2). However, this property may also be set explicitly by the host application. The collection is exposed via COM as a SAFEARRAY of BSTR strings. Similarly, the primary interop assembly (hotdocs.server.interop.dll) exposes this property as an array of objects (returned as dynamic) where each element in the array is a string.

Syntax

dynamic MarkedVariables { get; set; }