summaryM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetItem(System.Int32)

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

Syntax

C#
public LogInfo GetItem(
	int Index
)
Visual Basic
Public Function GetItem ( 
	Index As Integer
) As LogInfo

Parameters

Index
Type: System..::..Int32
paramIndexM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetItem(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetItem(System.Int32)

See Also