CustomPartSetValue Method
Set the value at the specified xPath (if any).
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: 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)
public void SetValue(
string xPath,
string value
)
Public Sub SetValue (
xPath As String,
value As String
)
public:
void SetValue(
String^ xPath,
String^ value
)
member SetValue :
xPath : string *
value : string -> unit
Parameters
- xPath String
- The xPath to the element keeping the value.
- value String
- The value which will be set.