Documentum常见问题8—限制导航树上的文件夹个数

We can set the limit of no. of folders in browser tree by changing the value in properties file.
 
Open the Environment.properties file at \WEB-INF\classes\com\documentum\web\formext and change the value
 

DocbaseFolderTreeShowMoreNodeEnabled=true
DocbaseFolderTreeShowMoreThreshold=50
原文地址:https://www.cnblogs.com/SingleCat/p/1981449.html