The maximum number of results to return. By default, no more than 5,000 results are allowed. You can, however, allow more results vault-specifically by changing the value of the Value List Item Count Limit setting via the advanced vault settings:
Note, however, that setting this parameter value to 0 or 5000 causes the value specified in the above-mentioned setting to be used. If the setting has not been modified when the parameter value is 0 or 5000, the maximum is the default 5,000 results.
Visual Basic |
---|
Public Function SearchForValueListItemsEx2( _ 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 ValueListItemSearchResults |
Value | Description |
---|---|
MFExternalDBRefreshTypeFull | The full refresh updates all the changes. This operation can take several minutes. |
MFExternalDBRefreshTypeNone | No refresh is performed. |
MFExternalDBRefreshTypeQuick | The quick refresh searches for new items and imports them to M-Files. |
The maximum number of results to return. By default, no more than 5,000 results are allowed. You can, however, allow more results vault-specifically by changing the value of the Value List Item Count Limit setting via the advanced vault settings:
Note, however, that setting this parameter value to 0 or 5000 causes the value specified in the above-mentioned setting to be used. If the setting has not been modified when the parameter value is 0 or 5000, the maximum is the default 5,000 results.