WFHandler.RemoveAllWFObjects Method
|
Use this method to remove all objects from a specific workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void RemoveAllWFObjects()
Public Sub RemoveAllWFObjects
public:
void RemoveAllWFObjects()
Remarks
This can be useful, for example, when an existing user-defined workflow is loaded and its input objects are to be replaced with new ones.
See Also