M-Files API 23.11.13135.0
GetValueListItems Method
VaultValueListItemOperations Object : GetValueListItems Method
The value list ID of the items to retrieve.
Description
Gets the value list items of a value list.
Syntax
Visual Basic
Public Function GetValueListItems( _
   ByVal ValueList As Long, _
   Optional ByVal UpdateFromServer As Boolean = False, _
   Optional ByVal RefreshTypeIfExternalValueList As MFExternalDBRefreshType = MFExternalDBRefreshTypeNone _
) As ValueListItems
Parameters
ValueList
The value list ID of the items to retrieve.
UpdateFromServer
RefreshTypeIfExternalValueList
ValueDescription
MFExternalDBRefreshTypeFullThe full refresh updates all the changes. This operation can take several minutes.
MFExternalDBRefreshTypeNoneNo refresh is performed.
MFExternalDBRefreshTypeQuickThe quick refresh searches for new items and imports them to M-Files.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members