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

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual Dictionary<string, LogTypeInfo> GetLogTypeInfoDictionary()
Visual Basic
Public Overridable Function GetLogTypeInfoDictionary As Dictionary(Of String, LogTypeInfo)

Return Value

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

Implements

ILogController..::..GetLogTypeInfoDictionary()()()()

See Also