CraigVCPorter
2 years agoNew Contributor II
xmldata parameter
Good afternoon I'm writing an extender rule to move some files within the application database file system and am using the following line of code Dim xffProcessData As New XFFile(xfiTargetDataInfo...
- 2 years ago
In File Explorer, you can download a file in two ways; one of them will give you the raw content, the other will give you an XML representation. I believe this is the equivalent in code: you can create the object from raw bytes, or you can pass the XML version.