Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    MediaFilesToDelete

    Gets the list of media file paths that should be deleted.

    Declaration
    List<string> MediaFilesToDelete { get; }
    Property Value
    Type Description
    List<string>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX