This method adds a new folder to the library. The LibraryEntity object on which this method is called must represent a folder in which the new subfolder will be added.
HotDocs.LibraryEntity AddFolder ( string folderTitle, string Description, int atIndex )
Parameters | Description |
folderTitle | The title of the new folder. |
Description | The description of the new folder |
atIndex | [optional] The index (in the collection of subordinate objects) of where to insert the new folder. If this parameter is omitted, or if its value is -1, the new folder is added at the end of collection. |
A LibraryEntity object that represents the newly created folder.