Share via


OpenApiPathItem.GetEffective(OpenApiDocument) Method

Definition

Returns an effective OpenApiPathItem object based on the presence of a $ref

public Microsoft.OpenApi.Models.OpenApiPathItem GetEffective (Microsoft.OpenApi.Models.OpenApiDocument doc);
abstract member GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiPathItem
override this.GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiPathItem
Public Function GetEffective (doc As OpenApiDocument) As OpenApiPathItem

Parameters

doc
OpenApiDocument

The host OpenApiDocument that contains the reference.

Returns

OpenApiPathItem

Implements

Applies to