Class FileFormatValidationOptions
Represents configuration options for a FileFormatValidationProcessor.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed class FileFormatValidationOptions
Constructors
| Name | Description |
|---|---|
| FileFormatValidationOptions(IEnumerable<FileFormat>) | Initializes a new instance of the FileFormatValidationOptions class with the specified allowed file formats. |
| FileFormatValidationOptions(params ReadOnlySpan<FileFormat>) | Initializes a new instance of the FileFormatValidationOptions class with the specified allowed file formats. |
Properties
| Name | Description |
|---|---|
| AllowedFormats | Gets the allowed file formats for validation. |