TK.GetImageIDFromName Method

Retrieves the image ID based on the provided image name.
<HTML5Disabled(true)> _ 
Public Shared Function GetImageIDFromName( _ 
ByVal name As String
) As Integer
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static int GetImageIDFromName( 
string name 
)
This language is not supported or no code example is available.

Parameters

name
string

The name of the image to look up.

Return Value

int

The ID of the image that matches the provided name.

.NET Framework

Supported in: 4.8

In this article

Definition