retrieve the documents list by url

Hi,

i would like to return a list of documents using the document URL.

        if (navigationContext.getCurrentDocument().isFolder()) {
        // i would like to pass the url in parameters  and retrieve the documents list 
            return documentsListsManager.getWorkingList(DocumentsListsManager.CURRENT_DOCUMENT_SELECTION);
        } else {
            return null;
        }
    }
0 votes

0 answers

1500 views

ANSWER