Table of Contents

Enum BOBFileValidationErrorKind

Namespace
BlazOrbit.Components.Forms
Assembly
BlazOrbit.dll

Reason a file was rejected by BOBInputFile's client-side filters.

public enum BOBFileValidationErrorKind

Fields

DisallowedType = 1

The file's MIME type or extension did not satisfy the Accept filter.

TooLarge = 0

The file exceeded the configured MaxSize.

TooManyFiles = 2

The selection would push the total above the MaxFiles ceiling.