summaryM:DotNetNuke.Services.Log.EventLog.LogController.GetLogTypeConfigInfoByID(System.String)

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

Syntax

C#
public virtual LogTypeConfigInfo GetLogTypeConfigInfoByID(
	string id
)
Visual Basic
Public Overridable Function GetLogTypeConfigInfoByID ( 
	id As String
) As LogTypeConfigInfo

Parameters

id
Type: System..::..String
paramidM:DotNetNuke.Services.Log.EventLog.LogController.GetLogTypeConfigInfoByID(System.String)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogController.GetLogTypeConfigInfoByID(System.String)

Implements

ILogController..::..GetLogTypeConfigInfoByID(String)

See Also