GetUploadedFiles(UploadControlSettings, EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
settings, fileUploadCompleteDelegate, filesUploadCompleteDelegate
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings, EventHandler<FileUploadCompleteEventArgs>)
static
|
settings, fileUploadCompleteDelegate
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings, out String[], EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
settings, errorTexts, fileUploadCompleteDelegate, filesUploadCompleteDelegate
|
Returns an array of the files uploaded in UploadControl, and accepts specific parameters.
|
GetUploadedFiles(UploadControlSettings)
static
|
settings
|
Returns an array of the files uploaded in UploadControl.
|
GetUploadedFiles(String, UploadControlValidationSettings, EventHandler<FileUploadCompleteEventArgs>)
static
|
name, validationSettings, fileUploadCompleteDelegate
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[], EventHandler<FileUploadCompleteEventArgs>, EventHandler<FilesUploadCompleteEventArgs>)
static
|
name, validationSettings, errorTexts, fileUploadCompleteDelegate, filesUploadCompleteDelegate
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[], EventHandler<FileUploadCompleteEventArgs>)
static
|
name, validationSettings, errorTexts, fileUploadCompleteDelegate
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings, out String[])
static
|
name, validationSettings, errorTexts
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String, UploadControlValidationSettings)
static
|
name, validationSettings
|
Returns an array of the files uploaded via the specified UploadControl, and accepts specific parameters.
|
GetUploadedFiles(String)
static
|
name
|
Returns an array of the files uploaded via the specified UploadControl.
|