summaryM:DotNetNuke.Services.Log.EventLog.LogController.SupportsEmailNotification
Namespace: DotNetNuke.Services.Log.EventLogAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in 7.3. Use LoggingProvider.Instance().SupportsEmailNotification().")] public virtual bool SupportsEmailNotification() |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in 7.3. Use LoggingProvider.Instance().SupportsEmailNotification().")> Public Overridable Function SupportsEmailNotification As Boolean |