I want to display all the descendant contents within a site area in IBM WCM. But right now, I could only find API to find a certain item, but not all the descendants of that content. The API for this is findAllByPath API:
DocumentIdIterator findAllByPath(java.lang.String namePath,
DocumentType documentType,
int workflowStatusFilter,
DocumentLibrary[] documentLibraries)
Thank you