Click or drag to resize
CMSDebugPageLoadLogControl Method
Loads the log control

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

Parameters

log
Type: CMS.BaseRequestLog
Request log
path
Type: SystemString
Control path
index
Type: SystemInt32
Control index

Return Value

Type: LogControl
See Also