C# Class NSwag.CodeGeneration.Commands.Documents.CreateDocumentCommand

Creates a new document.
Inheritance: NSwag.Commands.Document.CreateDocumentCommandBase
Show file Open project: NSwag/NSwag

Protected Methods

Method Description
CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task

Creates a new document in the given path.

Method Details

CreateDocumentAsync() protected method

Creates a new document in the given path.
protected CreateDocumentAsync ( string filePath ) : System.Threading.Tasks.Task
filePath string The file path.
return System.Threading.Tasks.Task