02-21-2017 08:43 AM
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;
}
}
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.