Configure the folder view
You can configure the folder view visible to Open Client users by specifying
the number of rows or columns that are displayed.
To set the number of rows displayed
- From a text or XML editor, open the SitePreferences.xml file, located in
the Preferences subdirectory of your Open Client installation directory.
- Locate the following XML section and replace the parameter, shown in boldface
in the example below, with the new value:
<setting name="NumberOfRows"
label="Number of Rows"
description="Number of Rows">
<value default="10" type="integer">7</value>
<uiType>TextBox</uiType>
<minimum>1</minimum>
<maximum>30</maximum>
<visible>true</visible>
</setting>
To set the number of columns displayed
- From a text or XML editor, open the SitePreferences.xml file, located in
the Preferences subdirectory of your Open Client installation directory.
- Locate the following XML section and replace the parameter, shown in boldface
in the example below, with the new parameter:
<setting name="NumberOfColumns"
label="Number Of Columns"
description="Number of columns">
<value default="10" type="integer">4</value>
<uiType>TextBox</uiType>
<minimum>1</minimum>
<maximum>30</maximum>
<visible>true</visible>
</setting>