Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var nVal = FileHandler.Preferences; </code>==== Visual Basic Script ==== <code vb> nVal = FileHandler.Preferences </code>==== C++ ==== <code cpp> eFileHandlerFlag nVal; HRESULT hr = FileHandler.get_Preferences(&nVal); </code>===== See Also ===== [[:scripting:api:file-handler:start|IFileHandler]] ~~NOTOC~~