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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogTypeInfoDictionary().")]
public virtual ArrayList GetLogTypeInfo()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in 6.0. Replaced by GetLogTypeInfoDictionary().")> 
Public Overridable Function GetLogTypeInfo As ArrayList

Return Value

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

See Also