Merges tables from all debugs to one table.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also