←Select platform

ConditionalAction Enumeration

Summary

Specifies whether to pass the output of this element to the next element when the input satisfies one of the regular expressions in the Regex list.

Syntax
C#
C++/CLI
Java
Python
public enum ConditionalAction 
public final class ConditionalAction 
    extends java.lang.Enum<ConditionalAction> 
public: 
   enum class ConditionalAction sealed 
class ConditionalAction(Enum): 
   ConnectIfSatisfied = 0 
   DisConnectIfSatisfied = 1 
Members
ValueMemberDescription
0ConnectIfSatisfiedConnect if the input to this element satisfies one of the regular expressions in the Regex list.
1DisConnectIfSatisfiedDisconnect if the input to this element satisfies one of the regular expressions in the Regex list.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.