Skip to main content
Tab

UploadedFile.FileNameInStorage Property

Returns a file key name, by which it can be accessed in a cloud storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string FileNameInStorage { get; protected set; }

#Property Value

Type Description
String

A string value that is the file key name.

See Also