Пространство имен: NpoComputer.WebAccess.API
Сборка: NpoComputer.WebAccess.API (в NpoComputer.WebAccess.API.dll), версия: 5.0
Синтаксис:
C# |
public EDocument CopyDocument( int SourceDocumentID, int VersionNumber, string CardTypeCode, string KindCode, string DecryptedKey, string Password ) |
Visual Basic |
Public Function CopyDocument ( _ SourceDocumentID As Integer, _ VersionNumber As Integer, _ CardTypeCode As String, _ KindCode As String, _ DecryptedKey As String, _ Password As String _ ) As EDocument |
Visual Basic (Usage) |
Dim instance As EDocumentFactory Dim SourceDocumentID As Integer Dim VersionNumber As Integer Dim CardTypeCode As String Dim KindCode As String Dim DecryptedKey As String Dim Password As String Dim returnValue As EDocument returnValue = instance.CopyDocument(SourceDocumentID, _ VersionNumber, CardTypeCode, KindCode, _ DecryptedKey, Password) |
Параметры:
• | SourceDocumentID – ИД документа для копирования; |
• | VersionNumber – номер версии; |
• | CardTypeCode – код типа карточки; |
• | KindCode – код вида документа; |
• | DecryptedKey – ключ для дешифрования документа; |
• | Password – пароль для шифрования документа. |
Возвращаемое значение:
Новый документ.
© Компания DIRECTUM, 2018 | Сообщество пользователей DIRECTUM |