CustomPartClearValue Method |
Removes the value at the specified xPath (if any).
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic 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.
See Also