Class ModificationsCategoryAttribute
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.dll
Defines the modifications category constraint for the modifications listener.
[Obsolete("Do not use")]
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public sealed class ModificationsCategoryAttribute : Attribute
- Inheritance
-
ModificationsCategoryAttribute
- Inherited Members
Constructors
ModificationsCategoryAttribute(string)
Initializes a new instance of an object.
public ModificationsCategoryAttribute(string category)
Parameters
category
string- Target category.
Properties
Category
Gets the target category.
public string Category { get; }