MacroDebugSetLogItemData Method |
Sets the log item result.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax 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