TK.GetSubFoldersAsync Method

Get children from asset path async
Public Shared Function GetSubFoldersAsync( _ 
ByVal assetPath As String
) As Task(Of String[])
This language is not supported or no code example is available.
public static Task<string[]> GetSubFoldersAsync( 
string assetPath 
)
This language is not supported or no code example is available.

Parameters

assetPath
string

Asset path

Return Value

Task<string[]>

Array containg children

.NET Framework

Supported in: 4.8

In this article

Definition