* „Linie 1129: Replaced the undeclared identifier 'WMEntityFolder' with the correct enum value 'WINDREAMLib.WMEntity.WMEntityFolder' from the referenced Interop.WINDREAMLib assembly.

Linie 9: The import is correct and needed for access to WINDREAMLib types, including WMEntity. No change needed here, but confirming its necessity.“ in Datei „Windream\Windream.vb“
This commit is contained in:
Developer01
2025-12-29 14:44:04 +01:00
parent b125569f38
commit 6d50cad7f7

View File

@@ -1126,7 +1126,7 @@ Public Class Windream
End If
' 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)
Dim oWMFolder As WMObject = GetObjectByPath(FolderPath, WINDREAMLib.WMEntity.WMEntityFolder)
If LockObject(oWMFolder) = False Then
_logger.Warn("Folder {0} could not be locked", FolderPath)