TK.GetAssetFolderNameAsync Method

Get asset path from object name async
Public Shared Function GetAssetFolderNameAsync( _ 
ByVal objectName As String
) As Task(Of String)
This language is not supported or no code example is available.
public static Task<string> GetAssetFolderNameAsync( 
string objectName 
)
This language is not supported or no code example is available.

Parameters

objectName
string

Object name

Return Value

Task<string>

Asset path

.NET Framework

Supported in: 4.8

In this article

Definition