Click or drag to resize
EvaluationContextConsoleOutput Property
Console output - place where the results can be written during macro evaluation using a "print" method. All child contexts share the output with the parent context (= there is only one console output).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public string ConsoleOutput { get; set; }

Property Value

Type: String
See Also