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

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

Syntax

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

Parameters

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

Return Value

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

Implements

ILogController..::..GetLogTypeConfigInfoByID(String)

See Also