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

deGlobalization..::..valueExists Method

Values the exists.

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

Syntax


public bool valueExists(
	string resourceGroup,
	string resourceName,
	string cultureName
)
Public Function valueExists ( _
	resourceGroup As String, _
	resourceName As String, _
	cultureName As String _
) As Boolean
public:
bool^ valueExists(
	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.