combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / LlReplaceAction Enumeration


In This Topic
    LlReplaceAction Enumeration
    In This Topic

    Specifies the action for a replace operation and will be used in event ReplaceHit.

    Syntax
    'Declaration
     
    
    Public Enum LlReplaceAction 
       Inherits System.Enum
    public enum LlReplaceAction : System.Enum 
    public enum class LlReplaceAction : public System.Enum 
    Members
    MemberDescription
    CancelGlobally

    Cancels the replacement operation completely,

    Replace

    Replace the current hit. This is the default.

    Skip

    Skip the current hit.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Dom.LlReplaceAction

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also