TK.GetAssetNameAsDisplayTextAsync Method

Get asset name as display text
Public Shared Function GetAssetNameAsDisplayTextAsync( _ 
ByVal element As String
) As Task(Of String)
This language is not supported or no code example is available.
public static Task<string> GetAssetNameAsDisplayTextAsync( 
string element 
)
This language is not supported or no code example is available.

Parameters

element
string

Full asset name

Return Value

Task<string>

Asset name as display text

.NET Framework

Supported in: 4.8

In this article

Definition