OpenApiUrlTreeNode.HasOperations(String) Method

Definition

Flag indicating whether the node's PathItems dictionary has operations under a given label.

public bool HasOperations (string label);
member this.HasOperations : string -> bool
Public Function HasOperations (label As String) As Boolean

Parameters

label
String

The name of the key for the target operations in the node's PathItems dictionary.

Returns

true or false.

Applies to