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

deGlobalization..::..upsertStepResource Method

Upserts the step resource.

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

Syntax


public bool upsertStepResource(
	string stepID,
	string cultureName
)
Public Function upsertStepResource ( _
	stepID As String, _
	cultureName As String _
) As Boolean
public:
bool^ upsertStepResource(
	String^ stepID, 
	String^ cultureName
)

Parameters

stepID
Type: String
The step identifier.
cultureName
Type: String
Name of the culture.

Return Value

true if XXXX, false otherwise.