Gets or sets a value indicating whether event is enabled.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("enableEvents", DefaultValue = "true", IsRequired = false)] [BoolValidatorAttribute] [ManagerTabAttribute(ManagerTab.Site)] public bool EnableEvents { get; set; } |