TK.GetAssetNameFromElement Method

Get asset name from full syntax
Public Shared Function GetAssetNameFromElement( _ 
ByVal element As String, _ 
ByVal resolvedAssetName As Boolean
) As String
This language is not supported or no code example is available.
public static string GetAssetNameFromElement( 
string element
bool resolvedAssetName 
)
This language is not supported or no code example is available.

Parameters

element
string

Full asset name

resolvedAssetName
bool

Flag to indicating resolved asset name

Return Value

string

Asset name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition