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

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

Syntax

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

Return Value

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

Implements

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

See Also