GenerateFileNameInStorageEventArgs(String, String) Constructor
Initializes a new instance of the GenerateFileNameInStorageEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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