DocumentInfoDictionary.add Method¶
Module: DocumentInfoDictionary
Definition¶
Adds an item to the DocumentInfoDictionary object.
void add(String? key, DocumentInfo documentInfoItem)
Parameters
key Stringin Unique key of the DocumentInfo item to add.
documentInfoItem DocumentInfoin DocumentInfo item to add.
Exceptions
An error has occurred during Document Library execution.