TK.GetTagChildrenAsDataRow (Boolean, String) Method

Get children from object name
Public Shared Function GetTagChildrenAsDataRow( _ 
ByVal isDomainClient As Boolean, _ 
ByVal name As String
) As DataRow()
This language is not supported or no code example is available.
public static DataRow[] GetTagChildrenAsDataRow( 
bool isDomainClient
string name 
)
This language is not supported or no code example is available.

Parameters

isDomainClient
bool

Flag indicating whether domain of object is client

name
string

Object name

Return Value

DataRow[]

Array information as DataRow's

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition