OpenApiFilterService.CreateOpenApiUrlTreeNode Method

Definition

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.

Applies to