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