APIs used for the Group Add operation
These APIs are used for the Group Add operation.
| API | API Library/Class | Description |
|---|---|---|
| Search( ) | C++/LNDatabase | Searches the group in database. |
| CreateDocument( ) | C++/LNDatabase | Creates the document. |
| CreateItem( ) | C++/LNDocument | Creates the item in the Notes® Document. |
| Append( ) | C++/LNText | Appends the value in the existing item in the Notes Document. |
| SetValue( ) | C++/LNText | Sets the value of an item in the Notes Document. |
| Save( ) | C++/LNDocument | Saves the document |
| Close( ) | C++/LNDocument | Closes the document |