Skip to main content
A newer version of this page is available. .

UploadControlExtension.GetUploadedFiles(UploadControlSettings) Method

Returns an array of the files uploaded in UploadControl.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static UploadedFile[] GetUploadedFiles(
    UploadControlSettings settings
)

Parameters

Name Type Description
settings UploadControlSettings

An UploadControlSettings object containing UploadControl extension settings.

Returns

Type Description
UploadedFile[]

An array of UploadedFile objects that are uploaded files.

See Also