Preferences
Property of IFileHandler
Description
Preferences
Property type
Read-Only Property of type eFileHandlerFlag
Syntax
JavaScript
var nVal = FileHandler.Preferences;
Visual Basic Script
nVal = FileHandler.Preferences
C++
eFileHandlerFlag nVal; HRESULT hr = FileHandler.get_Preferences(&nVal);