ReloadFileOptions

Use these constants with the ApplicationMgr.ReloadFile method.

  • ReloadFileOption_NoOptions –(Value 0x0) No options.
  • ReloadFileOption_OnlyIfModifiedInMemory –(Value 0x2) Use this option when you want to make reloading occur conditionally based on whether the file is modified in memory. You can combine this option with ReloadFileOption_OnlyIfModifiedOnDisk .
  • ReloadFileOption_OnlyIfModifiedOnDisk –(Value 0x1) Use this option when you want to make reloading occur conditionally based on whether the file has been modified on disk since the user was last prompted to reload it. You can combine this option with ReloadFileOption_OnlyIfModifiedInMemory .

See Also

ApplicationMgr.ReloadFile