Hi
I'm working on a task where I need to get the outstream from XMLPort and pass it to the calling function. I wrote this code
VendFile.CreateOutStream(Ostream); //file is just intended for creating outstream
ExportVendorsXML.SETDESTINATION(Ostream);
however, I'm unable to do so. On first line it says that 'The type or method can not be used for extension development'.
Is there any other way of creating outstream?
Thanks in advance :)