Add NewFileIndex
This commit is contained in:
@@ -28,7 +28,7 @@ Interface IEDMService
|
||||
|
||||
#Region "Document"
|
||||
<OperationContract>
|
||||
Function CreateFile(FileName As String, Contents As Byte()) As DocumentResult
|
||||
Function NewFile(FileName As String, Contents As Byte()) As DocumentResult
|
||||
|
||||
<OperationContract>
|
||||
Function UpdateFile(DocObject As DocumentObject, Contents As Byte()) As DocumentResult
|
||||
@@ -42,7 +42,7 @@ Interface IEDMService
|
||||
|
||||
#Region "Index"
|
||||
<OperationContract>
|
||||
Function SetFileIndex(DocObject As DocumentObject, Syskey As String, Value As String)
|
||||
Function NewFileIndex(DocObject As DocumentObject, Syskey As String, LanguageCode As String, Value As String) As IndexResult
|
||||
#End Region
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user