MS Notifications
This commit is contained in:
@@ -1327,7 +1327,7 @@ Public Class Windream
|
||||
End If
|
||||
Catch ex As Exception
|
||||
_logger.Error(ex)
|
||||
Return False
|
||||
Return "False"
|
||||
End Try
|
||||
|
||||
Dim oWMStream = oWMObject.OpenStream("BinaryObject", WMObjectEditModeTypedData)
|
||||
@@ -1354,10 +1354,10 @@ Public Class Windream
|
||||
oWMObject.unlock()
|
||||
_logger.Info($"WMFile has been exported to {tempFilename} ")
|
||||
|
||||
Return True
|
||||
Return tempFilename
|
||||
Catch ex As Exception
|
||||
_logger.Error(ex)
|
||||
Return False
|
||||
Return "False"
|
||||
End Try
|
||||
End Function
|
||||
Public Function Export_WMFile_DocID(WMPath As String, Exportpath As String, DocId As Integer)
|
||||
|
||||
Reference in New Issue
Block a user