FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalizationItems..::..addUpdateResourceItem Method

Adds the update resource item.

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

Syntax


public bool addUpdateResourceItem(
	string itemID,
	globalizationItemType oItemType,
	string resourceName,
	string resourceValue,
	string cultureName
)
Public Function addUpdateResourceItem ( _
	itemID As String, _
	oItemType As globalizationItemType, _
	resourceName As String, _
	resourceValue As String, _
	cultureName As String _
) As Boolean
public:
bool^ addUpdateResourceItem(
	String^ itemID, 
	globalizationItemType^ oItemType, 
	String^ resourceName, 
	String^ resourceValue, 
	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.
resourceValue
Type: String
The resource value.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.