OpenApiFilterService.CreateOpenApiUrlTreeNode 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.
Creates an OpenApiUrlTreeNode from a collection of OpenApiDocument.
public static Microsoft.OpenApi.Services.OpenApiUrlTreeNode CreateOpenApiUrlTreeNode (System.Collections.Generic.Dictionary<string,Microsoft.OpenApi.Models.OpenApiDocument> sources);
static member CreateOpenApiUrlTreeNode : System.Collections.Generic.Dictionary<string, Microsoft.OpenApi.Models.OpenApiDocument> -> Microsoft.OpenApi.Services.OpenApiUrlTreeNode
Public Shared Function CreateOpenApiUrlTreeNode (sources As Dictionary(Of String, OpenApiDocument)) As OpenApiUrlTreeNode
Parameters
- sources
- Dictionary<String,OpenApiDocument>
Dictionary of labels and their corresponding OpenApiDocument objects.
Returns
The created OpenApiUrlTreeNode.