OpenApiPathItem.GetEffective(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.
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