WFDescInfo.PageInWFByID Method
|
This property returns true if the specified page is in the workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool PageInWFByID(
int UniqueID
)
Public Function PageInWFByID (
UniqueID As Integer
) As Boolean
public:
bool PageInWFByID(
[InAttribute] int UniqueID
)
Parameters
- UniqueID
- Type: System.Int32
Return Value
Type:
Boolean
See Also