Preference | Display Additional States |
Description | When set to Yes, shows the additional document states such as annotated, published, external, compound document and replica in the browse and search result pages. |
How to set | In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DisplayAdditionalStates value. |
Applies to | Open Client |
Possible values | Yes or No |
API | No |
Exportable | No |
<category name="ListViewSettings" label="List View Settings" description="List View Settings" visible="true"> <setting name="DisplayAdditionalStates" label="Display Additional States" description="Display Additional States"> <value default="No" type="string">No</value> <uiType>DropDownList</uiType> <options> <option label="Yes">Yes</option> <option label="No">No</option> </options> <visible>true</visible> </setting> </category>