Show/Hide Toolbars

Attempts to check out a document with a given unique key.

Code Snippet

protected DocumentRepository documentRepository;

//the first parameter, documentUniqueKey, identifies an existing document to check out

documentRepository.checkOut("DOCU_2900");