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

deGlobalization..::..getResource Method

Gets the resource.

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

Syntax


public string getResource(
	string resourceGroup,
	string resourceName,
	string defaultValue,
	string culture,
	int cacheDurationInSeconds
)
Public Function getResource ( _
	resourceGroup As String, _
	resourceName As String, _
	defaultValue As String, _
	culture As String, _
	cacheDurationInSeconds As Integer _
) As String
public:
String^ getResource(
	String^ resourceGroup, 
	String^ resourceName, 
	String^ defaultValue, 
	String^ culture, 
	int^ cacheDurationInSeconds
)

Parameters

resourceGroup
Type: String
The resource group.
resourceName
Type: String
Name of the resource.
defaultValue
Type: String
The default value.
culture
Type: String
The culture.
cacheDurationInSeconds
Type: Int32
The cache duration in seconds.

Return Value

System.String.