* „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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user