OpenProjectOptions

Since: 25.6

Properties

Name
Type
Access
Min Version
Description
showConvertProjectDialog
boolean
R
25.6
Get whether the convert project dialog is shown on project open/close
showLocateFileDialog
boolean
R
25.6
Get whether locate file dialog is shown on project open/close
showWarningDialog
boolean
R
25.6
Get whether the warning file dialog is shown on project open/close
addToMRUList
boolean
R
25.6
Get whether to add project changes to MRU list

Instance Methods

setAddToMRUList

Set whether to add to MRU list after project changes

Since: 25.6

Returns: OpenProjectOptions

Parameters

Name
Type
Description
addToMRUList
boolean
-

setShowConvertProjectDialog

Set whether to show the convert project dialog on project open/close

Since: 25.6

Returns: OpenProjectOptions

Parameters

Name
Type
Description
showConvertProjectDialog
boolean
-

setShowLocateFileDialog

Set whether to show the locate file dialog on project open/close

Since: 25.6

Returns: OpenProjectOptions

Parameters

Name
Type
Description
showLocateFileDialog
boolean
-

setShowWarningDialog

Set whether to show the warning file dialog on project open/close

Since: 25.6

Returns: OpenProjectOptions

Parameters

Name
Type
Description
showConvertProjectDialog
boolean
-