Prepare Rightsmanagement in DocumentResults

This commit is contained in:
Jonathan Jenne
2020-12-18 16:26:39 +01:00
parent ac71352c24
commit 1e3f508b1f
9 changed files with 52 additions and 99 deletions

View File

@@ -951,7 +951,6 @@ Public Class frmSearchStart
Dim oShortGuid = Guid.NewGuid()
Dim oWindowGuid = $"{SEARCH_ID.ToString}-{My.User.Name}"
Dim oParams = New DocumentResultParams() With {
.IsIDBResult = True,
.WindowGuid = oWindowGuid,
.Results = New List(Of DocumentResult) From {
New DocumentResult() With {