loadDocument

abstract fun loadDocument(documentUuid: String): Result<DocumentData>

Loads the document with the specified Uuid.

Return

The result containing the loaded document data.

Parameters

documentUuid

The UUID of the document.