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

Question

Question

Web Access Folder Load

asked on January 27, 2015

I recently noticed that, with a folder containing many entries, Web Access will not show all entries and provide a "load" button to show more folders. Is there a way to bypass or change a setting so that it shows all entries regardless of how many there are? 

0 0

Answer

APPROVED ANSWER
replied on January 27, 2015

Are you referring to the number of subfolders displayed in the folder tree? If you open the index.aspx web file in an editor, look for the MaxFolders attribute and change the value from 200 (which is default) to a higher number.

The line of code that the attribute is on looks like

<WebAccess:FolderTreeControl ID="myFolderTree" runat="server" AutoLoadJavascript="false" ClientOnInitialize="onFolderTreeInitialize();" MaxFolders=200 />

 

3 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.