Member Junction
    Preparing search index...

    Event emitted when a category should be deleted

    interface CategoryDeleteEvent {
        Category: MJDashboardCategoryEntity;
        IncludeContents: boolean;
    }
    Index

    Properties

    IncludeContents: boolean