summaryM:DotNetNuke.Services.Log.EventLog.LogController.SupportsEmailNotification

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: 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

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogController.SupportsEmailNotification

See Also