documentExists

abstract fun documentExists(documentUuid: String): Result<Boolean>

Checks if a document with the specified Uuid exists.

Return

The result indicating whether the document exists.

Parameters

documentUuid

The UUID of the document.