Gets the children elements

Namespace: T.Modules.RemoteAssets
Assembly: T.Modules (in T.Modules.dll)

Public Function GetChildrenElements( _ 
ByVal elementName As String, _ 
ByVal includeValue As Boolean, _ 
ByVal includeElements As Boolean, _ 
ByVal includeAttributes As Boolean
) As DataTable
This language is not supported or no code example is available.
public DataTable GetChildrenElements( 
string elementName
bool includeValue
bool includeElements
bool includeAttributes 
)
This language is not supported or no code example is available.

Parameters

elementName
Type: string

Element name

includeValue
Type: bool

Flag to indicate if value will be included in the child list

includeElements
Type: bool

includeAttributes
Type: bool

Return Value

Type: DataTable

Datatable with child list

.NET Framework

Supported in: 4.6.2, 4.7