* „Linie 1123: The error BC30451 is caused by the use of the undeclared variable 'oWMFolder'. The code had this line commented out, so 'oWMFolder' was never declared or assigned. Uncommenting this line will declare and assign 'oWMFolder', resolving the error.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:40:10 +01:00
parent 53b29c6732
commit 77c4170c12

View File

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