Click or drag to resize

ContextSetParameter Method (String, String)

Defines a text parameter

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void SetParameter(
	string paramName,
	string textValue
)

Parameters

paramName
Type: SystemString
Parameter Name
textValue
Type: SystemString
Parameter Value
Remarks

If the parameter already exist, it will be replaced

See Also