LotusScript ClassesA-DCCreateDocumentCollectionOn this pageCreateDocumentCollection (NotesDatabase - LotusScript)Returns an empty document collection. Defined in NotesDatabase Syntax Set notesDocumentCollection = notesDatabase.CreateDocumentCollection() Example Dim docCollection As NotesDocumentCollectionSet docCollection = database.CreateDocumentCollection()