CreateFromStructure

Document.CreateFromStructure method

Maakt een document van een structuur die een reeks tekstvelden is.

public static Document CreateFromStructure(string documentKey, DateTime modificationDate, 
    DocumentField[] fields)
Parameter Type Beschrijving
documentKey String De documentsleutel.
modificationDate DateTime De wijzigingsdatum van het document.
fields DocumentField[] De documentvelden.

Winstwaarde

Het gemaakte document.

Zie ook