TK.GetAssets (String, Boolean) Method

Gets asset names from asset path
Public Shared Function GetAssets( _ 
ByVal assetPath As String, _ 
ByVal onlyTags As Boolean
) As String()
This language is not supported or no code example is available.
public static string[] GetAssets( 
string assetPath
bool onlyTags 
)
This language is not supported or no code example is available.

Parameters

assetPath
string

Asset path

onlyTags
bool

Flag indicating whether returns only tags

Return Value

string[]

Array containg asset names

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition