CustomPartSetValue Method

Set the value at the specified xPath (if any).

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.Documents
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public void SetValue(
	string xPath,
	string value
)

Parameters

xPath  String
The xPath to the element keeping the value.
value  String
The value which will be set.

See Also