Merges tables from all debugs to one table.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public DataTable MergeLogs(
RequestLogs logs,
Page page,
bool showCompleteContext
)
Parameters
- logs
- Type: CMS.BaseRequestLogs
List of debug tables - page
- Type: System.Web.UIPage
Page object - showCompleteContext
- Type: SystemBoolean
If true, complete context is shown, otherwise only topmost context is shown
Return Value
Type:
DataTableSee Also