From e40eb5811a0c5ce7ff2e0c5508146ec08216816c Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:38:57 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=201122:=20WMEntityFolder=20i?= =?UTF-8?q?s=20not=20defined=20anywhere=20in=20the=20project=20or=20its=20?= =?UTF-8?q?dependencies.=20The=20code=20is=20commented=20and=20a=20TODO=20?= =?UTF-8?q?is=20added=20to=20prompt=20the=20developer=20to=20define=20WMEn?= =?UTF-8?q?tityFolder=20or=20use=20the=20correct=20value=20for=20folder=20?= =?UTF-8?q?entities=20in=20the=20Windream=20API.=E2=80=9C=20in=20Datei=20?= =?UTF-8?q?=E2=80=9EWindream\Windream.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windream/Windream.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Windream/Windream.vb b/Windream/Windream.vb index 52e2697d..951b4df4 100644 --- a/Windream/Windream.vb +++ b/Windream/Windream.vb @@ -1119,7 +1119,8 @@ Public Class Windream Return False End If - Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder) + ' TODO: WMEntityFolder is not defined. Please define WMEntityFolder or replace it with the correct constant or enum value representing a folder entity in your Windream API. + 'Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WMEntityFolder) If LockObject(oWMFolder) = False Then _logger.Warn("Folder {0} could not be locked", FolderPath)