SectorMarker
Overview
SectorMarker is a enum in Aspose.Email FOSS for .NET.
Inherits from: uint.
Special FAT marker values reserved for sector allocation metadata.
Description
SectorMarker is an enumeration type in the Aspose.Email FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like SectorMarker help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
DIFSECT | Represents a DIFAT sector marker in a CFB file |
FATSECT | Represents a FAT sector marker in a CFB file |
ENDOFCHAIN | Represents the end-of-chain marker for sector chains |
FREESECT | Represents a free sector marker indicating an unused sector |