CustomPartClearValue Method
Removes 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 ClearValue(
string xPath
)
Public Sub ClearValue (
xPath As String
)
public:
void ClearValue(
String^ xPath
)
member ClearValue :
xPath : string -> unit
Parameters
- xPath String
- The xPath to the element keeping the value.