0
votes

The Orchard.Media module allows you to upload and manage images, documents, etc.

Does it support a Widget to list Documents so that a user can download any?

If not, does the Orchard.Media module provide API to write such a widget in a separate module?

Thakns

1

1 Answers

0
votes

Create a projection query, filter on the Document content type. You can then use that query in a projection widget.