Skip to main content
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.v24.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