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

GenerateFileNameInStorageEventArgs(String, String) Constructor

Initializes a new instance of the GenerateFileNameInStorageEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GenerateFileNameInStorageEventArgs(
    string originalFileName,
    string fileNameInStorage
)

Parameters

Name Type Description
originalFileName String

A string value that is the original file name.

fileNameInStorage String

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

See Also