Default file extension

Preference Default File Extension
Description

Specifies the default file extension for page 1 when F_DOCFORMAT property does not have a file extension and no file extension is found in the registry for the specified MIME type.

How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the DefaultFileExtension value.
Applies to Open Client
Possible values String
API No
Exportable No

To change the default preference value of DefaultFileExtension:

  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 DefaultFileExtension:
	<category name =" EmailPreferences" label ="Email Preferences" 
		description ="IS document attachment email preferences" visible ="true"> 
		<setting name ="DefaultFileExtension" label ="Default File Extension" description ="Default File Extension"> 
			<value default ="FNI" type ="string">FNI</value> 
			<uiType>TextBox</uiType> 
		</setting> 
	</category>