AssemblyCollectionClass.Insert Method

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.

Syntax

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.

Return Value

A handle to identify the Assembly object.