TK.HasChildrenAsync Method

Gets if element name has children async
Public Shared Function HasChildrenAsync( _ 
ByVal elementName As String
) As Task(Of Boolean)
This language is not supported or no code example is available.
public static Task<bool> HasChildrenAsync( 
string elementName 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

Return Value

Task<bool>

Flag indicating whether element name has children

.NET Framework

Supported in: 4.8

In this article

Definition