* „Linie 1189: Declared and initialized 'oWMObject' using the existing 'GetFileByPath' method to resolve the undeclared variable error (BC30451). This matches the usage pattern elsewhere in the file and ensures the business logic is preserved.“ in Datei „Windream\Windream.vb“
This commit is contained in:
@@ -1186,6 +1186,7 @@ Public Class Windream
|
||||
' 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.")
|
||||
|
||||
Dim oWMObject As WMObject = GetFileByPath(Path)
|
||||
If oWMObject Is Nothing Then
|
||||
_logger.Warn("Could not find document {0}", Path)
|
||||
Return False
|
||||
|
||||
Reference in New Issue
Block a user