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