Пространство имен: NpoComputer.WebAccess.API
Сборка: NpoComputer.WebAccess.API (в NpoComputer.WebAccess.API.dll), версия: 5.0
Синтаксис:
C# |
public EDocument CreateNewFromFile( string EDocumentTypeCode, string EDocumentKindCode, string EDocumentEditorCode, string FileName, bool InExtendedFormat ) |
Visual Basic |
Public Function CreateNewFromFile ( _ EDocumentTypeCode As String, _ EDocumentKindCode As String, _ EDocumentEditorCode As String, _ FileName As String, _ InExtendedFormat As Boolean _ ) As EDocument |
Visual Basic (Usage) |
Dim instance As EDocumentFactory Dim EDocumentTypeCode As String Dim EDocumentKindCode As String Dim EDocumentEditorCode As String Dim FileName As String Dim InExtendedFormat As Boolean Dim returnValue As EDocument returnValue = instance.CreateNewFromFile(EDocumentTypeCode, _ EDocumentKindCode, EDocumentEditorCode, _ FileName, InExtendedFormat) |
Параметры:
• | EDocumentTypeCode – код типа карточки; |
• | EDocumentKindCode – код вида документа; |
• | EDocumentEditorCode – код редактора; |
• | FileName – имя файла; |
• | InExtendedFormat – файл, заносимый в систему в расширенном формате. |
Возвращаемое значение:
Новый документ.
© Компания DIRECTUM, 2018 | Сообщество пользователей DIRECTUM |