* „Linie 1122: WMEntityFolder is not defined anywhere in the project or its dependencies. The code is commented and a TODO is added to prompt the developer to define WMEntityFolder or use the correct value for folder entities in the Windream API.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:38:57 +01:00
parent ad7a96b3a8
commit e40eb5811a

View File

@@ -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)