summaryM:DotNetNuke.Services.Log.EventLog.LogController.GetLog(System.Int32)
Namespace: DotNetNuke.Services.Log.EventLogAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in 5.0 or earlier. This method has been replaced with one that supports record paging.")] public virtual LogInfoArray GetLog( int portalID ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in 5.0 or earlier. This method has been replaced with one that supports record paging.")> Public Overridable Function GetLog ( portalID As Integer ) As LogInfoArray |
Parameters
- portalID
- Type: System..::..Int32
paramportalIDM:DotNetNuke.Services.Log.EventLog.LogController.GetLog(System.Int32)