Application.PendingAssemblyCmdLineStrings Property

The list of pending assemblies generated from the last call to Application.AssembleDocument. When HotDocs assembles a document or builds an interview, it may encounter ASSEMBLE instructions or ASSEMBLE fields. When an ASSEMBLE instruction is encountered, an entry is added to the list of pending assemblies.

Syntax

public System.Collections.Specialized.StringCollection PendingAssemblyCmdLineStrings { get; }