OpenApiWorkspace.AddDocument(String, OpenApiDocument) 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.
Add an OpenApiDocument to the workspace.
public void AddDocument (string location, Microsoft.OpenApi.Models.OpenApiDocument document);
member this.AddDocument : string * Microsoft.OpenApi.Models.OpenApiDocument -> unit
Public Sub AddDocument (location As String, document As OpenApiDocument)
Parameters
- location
- String
- document
- OpenApiDocument