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

deGlobalization..::..updateEntry Method

Updates the entry.

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

Syntax


public bool updateEntry(
	string resourceGroup,
	string resourceName,
	string resourceValue,
	string cultureName,
	string comment,
	Nullable<bool> verfied
)
Public Function updateEntry ( _
	resourceGroup As String, _
	resourceName As String, _
	resourceValue As String, _
	cultureName As String, _
	comment As String, _
	verfied As Nullable(Of Boolean) _
) As Boolean
public:
bool^ updateEntry(
	String^ resourceGroup, 
	String^ resourceName, 
	String^ resourceValue, 
	String^ cultureName, 
	String^ comment, 
	Nullable<bool^> verfied
)

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.
verfied
Type: Nullable<(Of <(<'Boolean>)>)>
if set to true [verfied].

Return Value

true if XXXX, false otherwise.