This method inserts a HotDocs.Assembly object into the assembly queue at the specified position. This method is similar to the AssemblyCollection.Add() method, except it allows the integration to specify the location of the object in the queue.
int Insert ( int index, HotDocs.Assembly newVal )
Parameters | Description |
Index | The position in the assembly queue where the object should be inserted. |
newval | The new Assembly object. |
A handle to identify the Assembly object.