add readonly, retentionperiod for EDMIAPI
This commit is contained in:
@@ -43,7 +43,7 @@ Interface IIDBService
|
||||
|
||||
#Region "Document (New)"
|
||||
<OperationContract>
|
||||
Function ImportFile(FileInfo As FileInfo, Contents As Byte()) As DocumentResult2
|
||||
Function ImportFile(FileInfo As FileInfo, Contents As Byte(), [ReadOnly] As Boolean, RetentionTime As Integer) As DocumentResult2
|
||||
#End Region
|
||||
|
||||
#Region "Utils"
|
||||
|
||||
Reference in New Issue
Block a user