FileManagerItemRenamedEventArgs.OldName Property
Gets an item’s previous name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A string value that specifies the renamed item’s previous name. |
Remarks
Use the OldName property to access the old name of a renamed item in the ASPxFileManager.ItemRenamed event handler.
See Also