public Task<Project> SaveFromUntitled( string savePath, string projectName )
Public Function SaveFromUntitled( _ ByVal savePath As String, _ ByVal projectName As String _ ) As Task(Of Project)
Parameters
- savePath
- projectName
Return Value
A Task returning an indication if the operation was successful or not; true if the save operation succeeds