Get DocumentObject from DocId or ContainerId

This commit is contained in:
Jonathan Jenne
2019-03-05 12:16:16 +01:00
parent bbd761c0ad
commit ec616ac9b8
14 changed files with 323 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ Public Class BaseResult
Public Property ErrorMessage As String
Public Sub New()
Me.OK = OK
OK = True
End Sub
Public Sub New(ErrorMessage As String)