C# Class AjaxControlToolkit.AjaxFileUploadEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method 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 method

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
return System

DeleteTemporaryData() public method

public DeleteTemporaryData ( ) : void
return void

GetContents() public method

public GetContents ( ) : byte[]
return byte[]

GetStreamContents() public method

public GetStreamContents ( ) : Stream
return Stream