CodeGeneratorActionsService.AddFileFromTemplateAsync 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 ^ AddFileFromTemplateAsync(System::String ^ outputPath, System::String ^ templateName, System::Collections::Generic::IEnumerable<System::String ^> ^ templateFolders, System::Object ^ templateModel);
public System.Threading.Tasks.Task AddFileFromTemplateAsync (string outputPath, string templateName, System.Collections.Generic.IEnumerable<string> templateFolders, object templateModel);
abstract member AddFileFromTemplateAsync : string * string * seq<string> * obj -> System.Threading.Tasks.Task
override this.AddFileFromTemplateAsync : string * string * seq<string> * obj -> System.Threading.Tasks.Task
Public Function AddFileFromTemplateAsync (outputPath As String, templateName As String, templateFolders As IEnumerable(Of String), templateModel As Object) As Task
Parameters
- outputPath
- String
- templateName
- String
- templateFolders
- IEnumerable<String>
- templateModel
- Object