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


LlReplaceAction Enumeration

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

Syntax
'Declaration
 
Public Enum LlReplaceAction 
   Inherits 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 8, .NET 9

See Also