Click or drag to resize
MacroDebugSetLogItemData Method
Sets the log item result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public static void SetLogItemData(
	DataRow dr,
	string expression,
	Object result,
	int indent,
	double duration
)

Parameters

dr
Type: System.DataDataRow
Macro log item
expression
Type: SystemString
Expression
result
Type: SystemObject
Result
indent
Type: SystemInt32
Indent
duration
Type: SystemDouble
Duration of the operation
See Also