AssembleDocumentResult PendingAssemblies Property
An collection of assemblies that need to be completed after this assembly is finished (results of ASSEMBLE instructions in the assembled template).

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

public IEnumerable<Template> PendingAssemblies { get; private set; }

Property Value

Type: OnlineIEnumerable Template 
See Also