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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public string ConsoleOutput { get; set; }
Property Value
Type:
StringSee Also