M-Files API 23.11.13135.0
GetValueListItemsInIdOrder Method
VaultValueListItemOperations Object : GetValueListItemsInIdOrder Method
The ID of the value list.
The last value list item ID received by the client. Use "0" for the first call.
The maximum number of results to search for. The value must be greater than zero (0).
Description
Gets the items of a value list ordered by ID.
Syntax
Visual Basic
Public Function GetValueListItemsInIdOrder( _
   ByVal ValueList As Long, _
   ByVal LastReceivedItemID As ULong, _
   ByVal BatchSize As ULong _
) As ValueListItems
Parameters
ValueList
The ID of the value list.
LastReceivedItemID
The last value list item ID received by the client. Use "0" for the first call.
BatchSize
The maximum number of results to search for. The value must be greater than zero (0).
Return Type
The method can only be used in the client mode.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members