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

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

Syntax

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

Parameters

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

Return Value

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

See Also