CreateFromStructure

Document.CreateFromStructure method

Создает документ из структуры, представляющей собой массив текстовых полей.

public static Document CreateFromStructure(string documentKey, DateTime modificationDate, 
    DocumentField[] fields)
Параметр Тип Описание
documentKey String Ключ документа.
modificationDate DateTime Дата изменения документа.
fields DocumentField[] Поля документа.

Возвращаемое значение

Созданный документ.

Смотрите также