Set document title to file name

Preference Set Document Title
Description Setting this preference value to "Yes" will set the document title to the file name.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the SetDocTitleToFileName value.
Applies to Open Client
Possible values Yes or No. Default is No.
API No
Exportable No

To change the default preference value of SetDocTitleToFileName

  1. Open the SitePreferences.xml file in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of SetDocTitleToFileName:
	 <category name="AddCheckinWizard" 
			label="Add / Checkin Wizard"
			description="Add / Checkin Wizard" visible="true">
   		<setting name="SetDocTitleToFileName"
			label="Set Document Title To FileName" 
			description="Set Document Title To FileName">
			<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>