Locating an entry in a view

The GetEntry ByKey method of the NotesView class retrieves a view entry from a view by key. To use keys, create an array where each key corresponds to a value in a sorted column in the view. For example, if columns 1 and 2 are sorted, you can specify one character string to find a match in the first column, or two strings to find a match in the second column after the first column is matched. You can specify a partial or exact match on the keys.

The GetAllEntriesByKey method retrieves all of the view entries that match the key array.