TK.GetTagChildren Method

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

Parameters

name
string

Object name

isDomainClient
bool

Flag indicating whether domain of object is client

Return Value

string[]

Array containg names

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition