See attached notification message. WebAccess is configured to only show the first 200 items on the Folder View. Which WebAccess configuration file do I change to show more items in the folder view? Thank You
Question
Question
Which WebAccess configuration file do I change to show more items in the folder view?
asked on March 26, 2014
0
0
Answer
APPROVED ANSWER
replied on March 26, 2014
You can change the MaxFolders attribute in the index.aspx file, by default located under C:\Program Files\Laserfiche\Web Access\Web Files:
<WebAccess:FolderTreeControl ID="myFolderTree" runat="server" AutoLoadJavascript="false" ClientOnInitialize="onFolderTreeInitialize();" MaxFolders=200 />
Just set MaxFolder to a larger number. When changing this number, keep in mind that if you set the number very high, it may cause performance issues.
1
0
Replies
You are not allowed to reply in this post.
You are not allowed to follow up in this post.