TK.AddElementToAsset Method

Add element name to asset
Public Shared Function AddElementToAsset( _ 
ByVal name As String, _ 
ByVal element As String, _ 
ByVal isAttribute As Boolean
) As String
This language is not supported or no code example is available.
public static string AddElementToAsset( 
string name
string element
bool isAttribute 
)
This language is not supported or no code example is available.

Parameters

name
string

Asset name

element
string

Element name

isAttribute
bool

Flag indicating whether should add as attribute or not

Return Value

string

Final asset name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition