Share via


ODataPath.GetPathItemName Method

Definition

Overloads

GetPathItemName()

Gets the default path item name.

GetPathItemName(OpenApiConvertSettings)

Gets the path item name.

GetPathItemName()

Gets the default path item name.

public string GetPathItemName();
member this.GetPathItemName : unit -> string
Public Function GetPathItemName () As String

Returns

The string.

Applies to

GetPathItemName(OpenApiConvertSettings)

Gets the path item name.

public string GetPathItemName(Microsoft.OpenApi.OData.OpenApiConvertSettings settings);
member this.GetPathItemName : Microsoft.OpenApi.OData.OpenApiConvertSettings -> string
Public Function GetPathItemName (settings As OpenApiConvertSettings) As String

Parameters

settings
OpenApiConvertSettings

The settings.

Returns

The string.

Applies to