Interface IDeletingMediaFilesEventArgs
Namespace: Umbraco.Cms.Core.Events
Assembly: Umbraco.Core.dll
Syntax
public interface IDeletingMediaFilesEventArgs
Properties
View SourceMediaFilesToDelete
Declaration
List<string> MediaFilesToDelete { get; }
Property Value
Type | Description |
---|---|
List<System.String> |