* „Linie 1186: Replaced usage of undefined WMEntityAttribute with a NotImplementedException and a TODO comment, as the type does not exist in the project or its dependencies. This prevents the undeclared identifier error and signals the need for further implementation.“ in Datei „Windream\Windream.vb“

This commit is contained in:
Developer01
2025-12-29 14:41:12 +01:00
parent c2c7b61f12
commit 4425b64573

View File

@@ -1183,7 +1183,8 @@ Public Class Windream
End If End If
Try Try
Dim oWMObject As WMObject = Session.GetWMObjectByName(WMEntityAttribute, Path) ' TODO: WMEntityAttribute is not defined. Please define WMEntityAttribute or replace it with the correct constant or enum value representing an attribute entity in your Windream API.
Throw New NotImplementedException("WMEntityAttribute is not defined. Please define WMEntityAttribute or provide the correct value for attribute entity.")
If oWMObject Is Nothing Then If oWMObject Is Nothing Then
_logger.Warn("Could not find document {0}", Path) _logger.Warn("Could not find document {0}", Path)