M-Files API 23.11.13135.0
SearchForValueListItemsWithPermissions Method
VaultValueListItemOperations Object : SearchForValueListItemsWithPermissions Method
Description
Searches for value list items in the specified value list
Syntax
Visual Basic
Public Function SearchForValueListItemsWithPermissions( _
   ByVal ValueList As Long, _
   ByVal SearchConditions As SearchConditions, _
   Optional ByVal UpdateFromServer As Boolean = False, _
   Optional ByVal RefreshTypeIfExternalValueList As MFExternalDBRefreshType = MFExternalDBRefreshTypeNone, _
   Optional ByVal ReplaceCurrentUserWithCallersIdentity As Boolean = True, _
   Optional ByVal PropertyDef As Long = -1, _
   Optional ByVal MaxResults As Long = 5000 _
) As ValueListItemSearchResultsWithPermissions
Parameters
ValueList
SearchConditions
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.
ReplaceCurrentUserWithCallersIdentity
PropertyDef
MaxResults
Remarks
This method is available only if M-Files API is used in the server interface mode.
See Also

VaultValueListItemOperations Object  | VaultValueListItemOperations Members