TK.GetSubFolders Method

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

Parameters

assetPath
string

Asset path

Return Value

string[]

Array containg children

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition