Hi Mark,
You could re-write CMSDesk. If you open the file:
~\CMSModules\Content\Controls\ContentTree.ascx.csYou can add a Where condition to the
Page_Load method like:
mMapProvider.WhereCondition = "NodeClassID != 1685";
which will hide the CMS.File documents in my case (you can check ID in the
CMS_Class table).
Please note that the expand icon is displayed according to count of children documents (the
NodeChildNodesCount property). If you add the Where condition, it can display the "plus" icon incorrectly if there are only CMS.File documents underneath the parent node.
Best regards,
Helena Grulichova