CodeGeneratorActionsService.AddFileAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Threading::Tasks::Task ^ AddFileAsync(System::String ^ outputPath, System::String ^ sourceFilePath);
public System.Threading.Tasks.Task AddFileAsync (string outputPath, string sourceFilePath);
abstract member AddFileAsync : string * string -> System.Threading.Tasks.Task
override this.AddFileAsync : string * string -> System.Threading.Tasks.Task
Public Function AddFileAsync (outputPath As String, sourceFilePath As String) As Task
Parameters
- outputPath
- String
- sourceFilePath
- String