M-Files API 23.11.13135.0
GetValueListItemByIDEx2 Method
VaultValueListItemOperations Object : GetValueListItemByIDEx2 Method
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 GetValueListItemByIDEx2( _
   ByVal ObjID As ObjID, _
   Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True _
) As ValueListItem
Parameters
ObjID
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