Cultures and the resource group exist.
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool cultureResourceGroupExist(
string cultureName,
string resourceGroup
)
Public Function cultureResourceGroupExist ( _
cultureName As String, _
resourceGroup As String _
) As Boolean
public:
bool^ cultureResourceGroupExist(
String^ cultureName,
String^ resourceGroup
)
Parameters
- cultureName
- Type: String
Name of the culture.
- resourceGroup
- Type: String
The resource group.
Return Value
true if XXXX,
false otherwise.