first pass of overwrite and distinct
This commit is contained in:
parent
2eeb773cf8
commit
54bb1bb451
@ -863,11 +863,11 @@ Public Class frmIndex
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If oOverwrite = False Then
|
If oOverwrite = False Then
|
||||||
oListofString = oExistingItems.Concat(oListofString)
|
oListofString = oExistingItems.Concat(oListofString).ToList()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If oPreventMultipleValues = True Then
|
If oPreventMultipleValues = True Then
|
||||||
oListofString = oListofString.Distinct()
|
oListofString = oListofString.Distinct().ToList()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
indexierung_erfolgreich = WINDREAM.SetFileIndex(CURRENT_NEWFILENAME, oIndexName, oListofString, CURR_DOKART_OBJECTTYPE)
|
indexierung_erfolgreich = WINDREAM.SetFileIndex(CURRENT_NEWFILENAME, oIndexName, oListofString, CURR_DOKART_OBJECTTYPE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user