Gets the Resource Group by resource name and culture
Namespace:
FlowWright.cDevDeAPI.Globalization
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getResourceGroup(
string resourceGroup,
string resourceName,
string cultureName
)
Public Function getResourceGroup ( _
resourceGroup As String, _
resourceName As String, _
cultureName As String _
) As DataTable
public:
DataTable^ getResourceGroup(
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
DataTable.