EDMI: Prepare using moving files to archive and setting retention date on import

This commit is contained in:
Jonathan Jenne
2020-04-16 16:31:34 +02:00
parent 9095c0cd07
commit 88dfb3fab1
2 changed files with 12 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ Interface IEDMIService
#Region "Document (New)"
<OperationContract>
Function ImportFile(FileName As String, Contents As Byte(), AddedWho As String) As DocumentResult
Function ImportFile(FileName As String, Contents As Byte(), ObjectStoreId As Int64, DocumentType As String, Optional RetentionDays As Int64 = Nothing) As DocumentResult
<OperationContract>
Function GetFileByObjectId(Data As Messages.DocumentStreamRequest) As Messages.DocumentStreamResponse