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

deGlobalization..::..removeEntry Method (String, String, String)

Removes the entry.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.