TK.GetChildrenElementsAsync (String, TRef<bool>, TRef<bool>) Method
Public Shared Function GetChildrenElementsAsync( _
ByVal elementName As String, _
ByVal hasAttributes As TRef<bool>, _
ByVal hasChildren As TRef<bool> _
) As Task(Of DataTable)
This language is not supported or no code example is available.
public static Task<DataTable> GetChildrenElementsAsync(
string elementName,
TRef<bool> hasAttributes,
TRef<bool> hasChildren
)
This language is not supported or no code example is available.
Parameters
- elementName
- string
Element name
- hasAttributes
- TRef<bool>
{Output] Flag indicating whether element has attributes
- hasChildren
- TRef<bool>
{Output] Flag indicating whether element has children
Return Value
Task<DataTable>Reference to DataTable