wManager.Wow.Helpers Namespace
WRobot

ItemsManager..::..GetNameById Method (Int32)

Get the item name by id.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static string GetNameById(
	int idItem
)
Public Shared Function GetNameById ( _
	idItem As Integer _
) As String
public:
static String^ GetNameById(
	int^ idItem
)

Parameters

idItem
Type: Int32
The item id.

Return Value

item name.