OpenApiUrlTreeNode.HasOperations(String) 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.
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.