FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..addUpdateFormResourceItem Method

Adds the update form resource item.

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

Syntax


public bool addUpdateFormResourceItem(
	string sResourceName,
	string sResourceValue,
	string sCultureName
)
Public Function addUpdateFormResourceItem ( _
	sResourceName As String, _
	sResourceValue As String, _
	sCultureName As String _
) As Boolean
public:
bool^ addUpdateFormResourceItem(
	String^ sResourceName, 
	String^ sResourceValue, 
	String^ sCultureName
)

Parameters

sResourceName
Type: String
Name of the s resource.
sResourceValue
Type: String
The s resource value.
sCultureName
Type: String
Name of the s culture.

Return Value

true if XXXX, false otherwise.