ZF-8732: Create Document List "Folder" entry class
Description
ZF-4976 introduced a createFolder() method, but we currently don't have any way for users to create folders manually.
A new class needs to be created to represent a folder, and then createFolder() should be updated to use that.
Comments
No comments to display