SaaS CMS has officially launched! Learn more now.

Class CategoryDeletedEventArgs

Contains event arguments for events raised by CategoryDeleted.

Inheritance
System.Object
CategoryDeletedEventArgs
Inherited Members
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class CategoryDeletedEventArgs : CategoryEventArgs

Constructors

CategoryDeletedEventArgs(Category, IEnumerable<ContentReference>)

Initializes a new instance of the CategoryDeletedEventArgs class.

Declaration
public CategoryDeletedEventArgs(Category category, IEnumerable<ContentReference> contentLinks)
Parameters
Type Name Description
Category category
System.Collections.Generic.IEnumerable<ContentReference> contentLinks

Properties

Get the list content that was changed when category is delete.

Declaration
public IEnumerable<ContentReference> ContentLinks { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ContentReference>

Extension Methods