Click or drag to resize
AllLogMergeLogs Method
Merges tables from all debugs to one table.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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: DataTable
See Also