Gets a value list item from the specified value list, using the display ID (external ID) of the item.
| Visual Basic |
|---|
Public Function GetValueListItemByDisplayIDEx( _ ByVal ValueList As Long, _ ByVal ValueListItemDisplayID As String, _ Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True _ ) As ValueListItem |