Skip to main content
Skip table of contents

createRestDocument

Versionshinweise

23.1, 22.1.03, 21.2.08

Code

CODE
RestDocument FileUtils.createRestDocument(String documentPath)

Beschreibung

Erstellt ein RestDocument, welches ein Dokument repräsentiert, das in den RestUtils genutzt werden kann.

Parameter

  • documentPath – Der Pfad des Dokuments.

Rückgabe
Ein RestDocument, welches ein Dokument repräsentiert, das in den RestUtils genutzt werden kann.

Beispiele

CODE
RestDocument restDocument = FileUtils.createRestDocument("c:\temp\document.txt");
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.