FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalizationItems..::..getResourceValueForItemName Method

Gets the name of the resource value for item.

Namespace:  FlowWright.cDevDeAPI.Globalization
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public string getResourceValueForItemName(
	string itemID,
	globalizationItemType oItemType,
	string resourceName,
	string cultureName
)
Public Function getResourceValueForItemName ( _
	itemID As String, _
	oItemType As globalizationItemType, _
	resourceName As String, _
	cultureName As String _
) As String
public:
String^ getResourceValueForItemName(
	String^ itemID, 
	globalizationItemType^ oItemType, 
	String^ resourceName, 
	String^ cultureName
)

Parameters

itemID
Type: String
The item identifier.
oItemType
Type: FlowWright.cDevDeAPI..::..globalizationItemType
Type of the o item.
resourceName
Type: String
Name of the resource.
cultureName
Type: String
Name of the culture.

Return Value

System.String.