|

 | [back to Common ground: COM access to Domino objects]
Common paths to Domino objects
The following table shows the common paths to Domino objects. The table is not comprehensive.
Domino object | Common path |
NotesACL | NotesDatabase | ACL |
NotesACLEntry | NotesACL | GetEntry |
 |  | GetFirstEntry |
 |  | GetNextEntry |
NotesAgent | NotesDatabase | Agents |
 |  | GetAgent |
NotesDatabase | NotesDatabase | CreateFromTemplate |
 |  | CreateReplica |
 | NotesDbDirectory | CreateDatabase |
 |  | GetFirstDatabase |
 |  | GetNextDatabase |
 |  | OpenDatabase |
 |  | OpenDatabaseByReplicaID |
 |  | OpenDatabaseIfModified |
 |  | OpenMailDatabase |
 | NotesSession | AddressBooks |
 |  | GetDatabase |
 |  | URLDatabase |
NotesDateRange | NotesSession | CreateDateRange |
NotesDateTime | NotesDateRange | EndDateTime |
 |  | StartDateTime |
 | NotesSession | CreateDateTime |
NotesDbDirectory | NotesSession | GetDbDirectory |
NotesDocument | NotesDatabase | CreateDocument |
 |  | FTDomainSearch |
 |  | GetDocumentByID |
 |  | GetDocumentByUNID |
 |  | GetDocumentByURL |
 |  | GetProfileDocument |
 | NotesDocument | CopyToDatabase |
 |  | CreateReplyMessage |
 | NotesDocumentCollection | AddDocument |
 |  | GetDocument |
 |  | GetFirstDocument |
 |  | GetLastDocument, and so on |
 | NotesView | GetDocumentByKey |
 |  | GetFirstDocument |
 |  | GetLastDocument, and so on |
 | NotesViewNavigator | GetFirstDocument |
 |  | GetLastDocument, and so on |
NotesDocumentCollection | NotesDatabase | AllEntries |
 |  | FTSearch |
 |  | GetProfileDocCollection |
 |  | UnprocessedDocuments |
 |  | UnprocessedFTSearch |
 |  | UnprocessedSearch |
 | NotesDocument | Responses |
 | NotesView | GetAllDocumentsByKey |
NotesEmbeddedObject | NotesDocument | EmbeddedObjects |
 |  | GetAttachment |
NotesForm | NotesDatabase | Forms |
 |  | GetForm |
NotesInternational | NotesSession | International |
NotesItem | NotesDocument | AppendItemValue |
 |  | CopyItem |
 |  | GetFirstItem |
 | NotesItem | CopyItemToDocument |
NotesLog | NotesSession | CreateLog |
NotesMIMEEntity | NotesItem | GetMIMEEntity |
NotesName | NotesSession | CreateName |
 |  | UserNameObject |
NotesNewsletter | NotesSession | CreateNewsletter |
NotesOutline | NotesDatabase | CreateOutline |
 |  | GetOutline |
NotesOutlineEntry | NotesOutline | CreateEntry |
 |  | CreateEntryFrom |
 |  | GetFirst, GetLast, and so on |
NotesRegistration | NotesSession | CreateRegistration |
NotesReplication | NotesDatabase | ReplicationInfo |
NotesRichTextItem | NotesDocument | CreateRichTextItem |
NotesRichTextParagraphStyle | NotesRichTextItem | AppendRichTextParagraphStyle |
 | NotesSession | CreateRichTextParagraphStyle |
NotesRichTextStyle | NotesSession | CreateRichTextStyle |
NotesRichTextTab | NotesRichTextParagraphStyle | Tabs |
NotesView | NotesDatabase | GetView |
 |  | Views |
NotesViewColumn | NotesView | Columns |
NotesViewEntry | NotesView | GetEntryByKey |
 | NotesViewEntryCollection | GetEntry |
 |  | GetFirstEntry |
 |  | GetLastEntry |
 |  | GetNextEntry |
 |  | GetNthEntry |
 |  | GetPrevEntry |
 | NotesViewNavigator | GetChild |
 |  | GetCurrent |
 |  | GetEntry |
 |  | GetFirst, and do on |
 |  | GotoChild |
 |  | GotoEntry |
 |  | GotoFirst, and so on |
NotesViewEntryCollection | NotesView | AllEntries |
 | NotesViewNavigator | GetAllEntriesByKey |
NotesViewNavigator | NotesView | CreateViewNav |
 |  | CreateViewNavFrom, and so on |
 |
 |  |
|