M-Files API 23.11.13135.0
GetValueListItemByDisplayID Method
VaultValueListItemOperations Object : GetValueListItemByDisplayID Method
The value list ID of the item to retrieve.
The external value list item ID of the item to retrieve.
Description
Gets a value list item from the specified value list, using the display ID (external ID) of the item.
Syntax
Visual Basic
Public Function GetValueListItemByDisplayID( _
   ByVal ValueList As Long, _
   ByVal ValueListItemDisplayID As String _
) As ValueListItem
Parameters
ValueList
The value list ID of the item to retrieve.
ValueListItemDisplayID
The external value list item ID of the item to retrieve.
Remarks
When searching for real objects (objects with an actual object type) via this value list, consider using VaultObjectOperations methods instead.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members