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