LibraryEntity.Item Method

This method returns the specified item from the subordinate _LibraryEntity collection. The _LibraryEntity object on which this method is called must represent a folder, since templates have no subordinate objects in a library.

Syntax

HotDocs.LibraryEntity Item ( int index )

Parameters Description
index The index in the collection of subordinate objects for the object desired. The index must be in the range 0..Count -1.

Return Value

A LibraryEntity object that represents the desired object.