ResolveTextTemplateToFile(tmplURL,tmplCP,outURL,outCP);
tmplURLtmplCPoutURLoutCP
• The template can include $message references if ResolveTextTemplateToFile is run in a context where the corresponding Message is available. See Message interface.
• The template can include $variable references if ResolveTextTemplateToFile is run in a context where the corresponding scripts are available. See Script variable interface.
• The template can include $docdef references if ResolveTextTemplateToFile is run in a context where data from a Composition Center enabled Process (StoryTeller or Template Engine) is available. See Composition Center interface.
• The template can always include Template Engine utilities, e.g. $esc.html and $pce.format. See Template Engine utilities.
0 1ResolveTextTemplateToFile("C:\tmpl\template.txt","",
"C:\out\out.txt","");
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |