CBFS Storage 2020 .NET Edition

Questions / Feedback?

IsCorrupted Property

Whether the vault is corrupted.

Syntax

public bool IsCorrupted { get; }
Public ReadOnly Property IsCorrupted As Boolean

Default Value

False

Remarks

This property reflects whether the currently-open vault is corrupted, as indicated by the presence of the CBFSSTORAGE_ST_CORRUPTED flag in the VaultState property.

The CBFSSTORAGE_ST_CORRUPTED flag is set automatically anytime the component detects that a vault's integrity has been compromised. Calling the CheckAndRepair method for a corrupted vault will clear the flag.

This property is read-only and not available at design time.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 .NET Edition - Version 20.0 [Build 8031]