cloneDocument

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

Clones the document with the specified Uuid.

Return

The result containing the cloned document data.

Parameters

documentUuid

The UUID of the document to clone.