1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. Document
  8. /
  9. CreateFromStructure

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