NotesDirectoryNavigator
Properties
| Name | Description |
|---|---|
| CurrentItem | Read-only. The name of the current item in the current match to which the navigator is pointing. |
| CurrentMatch | Read-only. The iteration index into the internal match list of the current match to which the navigator is pointing. |
| CurrentMatches | Read-only. The number of matches found for the current name. |
| CurrentName | Read-only. The name of the current match to which the navigator is pointing. |
| CurrentView (NotesDirectoryNavigator) | Read-only. The name of the cached view. |
| MatchLocated | Read-only. Indicates success of most recent match. |
| NameLocated | Read-only. Indicates success of finding a name. |
Methods
| Name | Description |
|---|---|
| FindFirstMatch | Positions navigator to first match of the current name in the navigator. |
| FindFirstName | Positions navigator to the first name in the navigator and returns number of matches. |
| FindNextMatch | Positions navigator to next match of the current name in the navigator. |
| FindNextName | Positions navigator to the next name in the namelist and returns number of matches. |
| FindNthMatch | Positions navigator to nth match of the current name in the navigator. |
| FindNthName | Positions navigator to the nth name in the namelist and returns number of matches. |
| GetFirstItemValue | Returns the value of the first item of the current match. |
| GetNextItemValue | Returns the value of the next item of the current match. |
| GetNthItemValue | Positions navigator to nth match of the current name in the navigator and returns the value of the current item. |
Examples
| Name | Description |
|---|---|
| Examples: CurrentView property (NotesDirectoryNavigator) | This button accesses the "My Contacts" view of the personal address book in the local directory and returns the values of the "FullName" and… |