PerformActionOptions
- Updated2024-10-09
- 1 minute(s) read
PerformActionOptions
Use these constants with the ApplicationMgr.SaveOnClose , and ApplicationMgr.PromptForOverwrite properties to specify whether to perform an action.
- PerformActionOption_No –(Value: 1) Specifies to not perform an action.
- PerformActionOption_Prompt –(Value: 2) Specifies to prompt the user to determine whether to perform an action.
- PerformActionOption_Yes –(Value: 0) Specifies to perform an action without prompting the user.