C# Class AjaxControlToolkit.AjaxFileUploadEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
AjaxFileUploadEventArgs ( string fileId, AjaxFileUploadState state, string statusMessage, string fileName, int fileSize, string contentType ) : System
DeleteTemporaryData ( ) : void
GetContents ( ) : byte[]
GetStreamContents ( ) : Stream

Method Details

AjaxFileUploadEventArgs() public méthode

public AjaxFileUploadEventArgs ( string fileId, AjaxFileUploadState state, string statusMessage, string fileName, int fileSize, string contentType ) : System
fileId string
state AjaxFileUploadState
statusMessage string
fileName string
fileSize int
contentType string
Résultat System

DeleteTemporaryData() public méthode

public DeleteTemporaryData ( ) : void
Résultat void

GetContents() public méthode

public GetContents ( ) : byte[]
Résultat byte[]

GetStreamContents() public méthode

public GetStreamContents ( ) : Stream
Résultat Stream