Click or drag to resize
CMSDebugPage.LoadLogControl Method
Loads the log control

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected LogControl LoadLogControl(
	RequestLog log,
	string path,
	int index
)

Parameters

log
Type: CMS.Base.RequestLog
Request log
path
Type: System.String
Control path
index
Type: System.Int32
Control index

Return Value

Type: LogControl
See Also