M-Files API 23.11.13135.0
GetValueListItemByIDEx Method
VaultValueListItemOperations Object : GetValueListItemByIDEx Method
The value list to look the item from.
The ID of the value list item to look for.
True if the server should replace the "current user" pseudo identity with the caller's real identity. When using M-Files API in client mode, the "ReplaceCurrentUserWithCallersIdentity" parameter must always be set to true.
Description
Gets a value list item from the specified value list, using the internal ID of the item.
Syntax
Visual Basic
Public Function GetValueListItemByIDEx( _
   ByVal ValueList As Long, _
   ByVal ValueListItemID As Long, _
   Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True _
) As ValueListItem
Parameters
ValueList
The value list to look the item from.
ValueListItemID
The ID of the value list item to look for.
ReplaceCurrentUserWithCallersIdentity
True if the server should replace the "current user" pseudo identity with the caller's real identity. When using M-Files API in client mode, the "ReplaceCurrentUserWithCallersIdentity" parameter must always be set to true.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members