FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..addEntry Method

Adds the entry.

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

Syntax


public bool addEntry(
	string resourceGroup,
	string resourceName,
	string resourceValue,
	string cultureName,
	string comment
)
Public Function addEntry ( _
	resourceGroup As String, _
	resourceName As String, _
	resourceValue As String, _
	cultureName As String, _
	comment As String _
) As Boolean
public:
bool^ addEntry(
	String^ resourceGroup, 
	String^ resourceName, 
	String^ resourceValue, 
	String^ cultureName, 
	String^ comment
)

Parameters

resourceGroup
Type: String
The resource group.
resourceName
Type: String
Name of the resource.
resourceValue
Type: String
The resource value.
cultureName
Type: String
Name of the culture.
comment
Type: String
The comment.

Return Value

true if XXXX, false otherwise.