====== Preferences ======
Property of [[:scripting:api:file-handler:start|IFileHandler]]
===== Description =====
Preferences
===== Property type =====
Read-Only Property of type **[[:scripting:api:file-handler-flag|eFileHandlerFlag]]**
===== Syntax =====
==== JavaScript ====
var nVal = FileHandler.Preferences;
==== Visual Basic Script ====
nVal = FileHandler.Preferences
==== C++ ====
eFileHandlerFlag nVal;
HRESULT hr = FileHandler.get_Preferences(&nVal);
===== See Also =====
[[:scripting:api:file-handler:start|IFileHandler]]
~~NOTOC~~