Configuring row count

By default, 10 documents are displayed in a page. To configure the row count, configure the folder’s item attribute. Generally, there are not a lot of files for an user, as they will have a tight cleanup schedule.

  1. Navigate to \\HP\WebClient\Configuration on the system where you installed the client.

  2. Open the view.default.xml file in Notepad.

  3. Locate the Folder node for which you want to make the changes. For example:

    <Folder type="MyFiles" label="My Files" visible="true" image="Myfiles.gif" default="true" items="" sortexpression="" sortdirection="" filter="">

  4. Enter a value for the row count in the item attribute. For example:

    <Folder type="MyFiles" label="My Files" visible="true" image="Myfiles.gif" default="true" items="20" sortexpression="" sortdirection="" filter="">

Note:  If no value is mentioned for the item attribute, the default value is 10.

  1. Save your changes and close the file.

  2. Perform an iisreset for the changes to take effect.