Interface IDeletingMediaFilesEventArgs
Represents event arguments that contain a list of media files to be deleted.
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public interface IDeletingMediaFilesEventArgs
Properties
View SourceMediaFilesToDelete
Gets the list of media file paths that should be deleted.
Declaration
List<string> MediaFilesToDelete { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |