Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prompts the user for the default folder before the Visual Studio Project is added to source control.
Syntax
client server public static void promptForDefaultFolder(XppPrePostArgs prePostArgs)
Run On
Called
Parameters
- prePostArgs
Type: XppPrePostArgs Class
The X++ pre-post arguments
Exceptions
Exception | Condition |
---|---|
Error | The user did not select a default folder. |
Remarks
The method is called before the SysVersionControlDispatcher.create method.