TK.GetAssetsAsync (String) Method

Get assets from initial element async
Public Shared Function GetAssetsAsync( _ 
ByVal initialElement As String
) As Task(Of String[])
This language is not supported or no code example is available.
public static Task<string[]> GetAssetsAsync( 
string initialElement 
)
This language is not supported or no code example is available.

Parameters

initialElement
string

Initial element (branch).

Return Value

Task<string[]>

Array of string containg attributes

.NET Framework

Supported in: 4.8

In this article

Definition