This question already has an answer here:
- Hide some lists from treeview? 2 answers
I am trying to display only Document Libraries using SPTreeView control. I am providing SPHierarchyDataSourceControl with ShowDocLibChildrent = true as a datasource to spTreeView control.
But this shows all the document libraries. I want to show document libraries with specific content types only. How can filter out document libs with specific content type on SPHierarchyDataSourceControl or spTreeView?