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

deGlobalization..::..removeEntries Method

Removes the entries.

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

Syntax


public bool removeEntries(
	string resourceGroup,
	List<string> resourceNames,
	string cultureName
)
Public Function removeEntries ( _
	resourceGroup As String, _
	resourceNames As List(Of String), _
	cultureName As String _
) As Boolean
public:
bool^ removeEntries(
	String^ resourceGroup, 
	List<String^>^ resourceNames, 
	String^ cultureName
)

Parameters

resourceGroup
Type: String
The resource group.
resourceNames
Type: List<(Of <(<'String>)>)>
The resource names.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.