CreateFromStructure
Document.CreateFromStructure method
Creates a document from a structure that is an array of text fields.
public static Document CreateFromStructure(string documentKey, DateTime modificationDate,
DocumentField[] fields)
| Parameter | Type | Description |
|---|---|---|
| documentKey | String | The document key. |
| modificationDate | DateTime | The document modification date. |
| fields | DocumentField[] | The document fields. |
Return Value
The created document.
See Also
- class DocumentField
- class Document
- namespace GroupDocs.Search.Common
- assembly GroupDocs.Search