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

PostedFile.FileNameInStorage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string FileNameInStorage { get; protected set; }

Property Value

Type Description
String

A string value that is the file key name.

See Also