Question
Tata Consultancy Services
BR
Last activity: 27 Apr 2016 14:58 EDT
How can I get paragraph content as string value?
Hi,
I have to extract a paragraph content to save it in a table. Is there a method I can use?
I've found this:
IAutoStreamRuntime pzAuto;
(...)
pzAuto.emitIncludeStreamReference("rulename", null, null, "Rule-HTML-Paragraph", null);
But IAutoStreamRuntime is from a private package (com.pega.pegarules.priv.runtime)