List & Label .NET
combit.Reporting Namespace / LlAutoRecoveryOption Enumeration


In This Topic
    LlAutoRecoveryOption Enumeration
    In This Topic

    Customize the auto recovery dialogue by providing a combination of supported modes.

    Syntax
    'Declaration
     
    
    Public Enum LlAutoRecoveryOption 
       Inherits System.Enum
    public enum LlAutoRecoveryOption : System.Enum 
    public enum class LlAutoRecoveryOption : public System.Enum 
    Members
    MemberDescription
    NewFile

    Copy recovered project to a new file and load it.

    Overwrite

    Replace loaded project file with the recovered project (project file path does not change).

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlAutoRecoveryOption

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also