Skip to main content

BootstrapUploadControlInvalidFileInfo Class

#Declaration

TypeScript
class BootstrapUploadControlInvalidFileInfo extends Control

#Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

#Inheritance

Control
BootstrapUploadControlInvalidFileInfo

#Properties

#fileName Property

#Declaration

TypeScript
readonly fileName: string

#Property Value

Type
string

#fileSize Property

#Declaration

TypeScript
readonly fileSize: number

#Property Value

Type
number

#Methods

#off<K> Method

#Declaration

TypeScript
off<K extends keyof BootstrapUploadControlInvalidFileInfoEventMap>(
    eventName?: K,
    callback?: (this: BootstrapUploadControlInvalidFileInfo,
    args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void
): this

#Parameters

Name Type
eventName K
callback (this: BootstrapUploadControlInvalidFileInfo, args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void

#Type Parameters

Name Type
K keyof

#Returns

Type
this

#on<K>(eventName, callback) Method

#Declaration

TypeScript
on<K extends keyof BootstrapUploadControlInvalidFileInfoEventMap>(
    eventName: K,
    callback: (this: BootstrapUploadControlInvalidFileInfo,
    args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void
): this

#Parameters

Name Type
eventName K
callback (this: BootstrapUploadControlInvalidFileInfo, args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void

#Type Parameters

Name Type
K keyof

#Returns

Type
this

#once<K>(eventName, callback) Method

#Declaration

TypeScript
once<K extends keyof BootstrapUploadControlInvalidFileInfoEventMap>(
    eventName: K,
    callback: (this: BootstrapUploadControlInvalidFileInfo,
    args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void
): this

#Parameters

Name Type
eventName K
callback (this: BootstrapUploadControlInvalidFileInfo, args?: BootstrapUploadControlInvalidFileInfoEventMap[K]) => void

#Type Parameters

Name Type
K keyof

#Returns

Type
this