Table of Contents

Enum BOBFileStatus

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Lifecycle status of a selected file inside BOBInputFile. Mutated by the consumer via SetStatus(IBrowserFile, BOBFileStatus, double, string?) while an upload is in flight.

public enum BOBFileStatus

Fields

Accepted = 0

Selection passed client-side validation; awaiting any consumer-driven action.

Failed = 3

Terminal failure — error glyph rendered; tooltip carries the status message.

Uploaded = 2

Terminal success — green check glyph rendered.

Uploading = 1

Upload in progress — progress bar visible while ProgressPercent > 0.