Show Index Content checkbox in the Add/Check-In Wizard Settings

Preference Show Index Content checkbox in the Add/Check-in Wizard Settings.
Description When set to yes, Open Client displays a checkbox for Index Content in the Add/Check-In Wizard settings.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the ShowIndexContent value.
Applies to Open Client
Possible values Yes or No. The default is Yes.
API No
Exportable No

This applies to CS library only.

To change the default value of Show Index Content:

  1. Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of ShowIndexContent.
<category name="AddCheckinWizard" label="Add / Check-In Wizard Settings" description="Add / Check-In Wizard Settings" visible="true">
 	<setting name="ShowIndexContent" label="Show Index Content" description="Show Index Content">
 		<value default="No" type="string">Yes</value> 
 		<uiType>DropDownList</uiType> 
		<options>
			<option label="Yes">Yes</option> 
			<option label="No">No</option> 
		</options>
		<visible>true</visible> 
 	</setting>
</category>