Skip to main content
Tab

GenerateFileNameInStorageEventArgs.FileNameInStorage Property

Gets or sets the name for the file uploaded to the storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string FileNameInStorage { get; set; }

Property Value

Type Description
String

A string value that is the name of the file uploaded to the storage.

Remarks

Use the FileNameInStorage property to specify the name for the file uploaded to the storage in the ASPxUploadControl.GenerateFileNameInStorage event handler. To access the original name of this file, use the GenerateFileNameInStorageEventArgs.OriginalFileName property.

See Also