public Task<bool> SaveAsAsync( string savePath, bool overwrite )
Public Function SaveAsAsync( _ ByVal savePath As String, _ Optional ByVal overwrite As Boolean _ ) As Task(Of Boolean)
Parameters
- savePath
- The full path to the location where the new project file will be stored, including the file name for the new project file
- overwrite
- (optional) A boolean indicating if an existing project file in the specified location with the same name should be overwritten or not. (default value = false)