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:
<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>