You are viewing limited content. For full access, please sign in.

Question

Question

Which WebAccess configuration file do I change to show more items in the folder view?

asked on March 26, 2014

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

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
replied on August 24, 2016

Can a similar setting be applied to the desktop client?  

0 0
replied on August 25, 2016

The desktop client doesn't do any kind of limiting on folder listings.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.