Document.SaveInString
Method: SaveInString (pData as XMLData, bMarked as Boolean) as String
Parameters
pData
XMLData element to start. Set pData to Document.RootElement if you want to copy the complete file.
bMarked
If bMarked is true, only the elements selected in the grid view are copied.
Return Value
Returns a string with the XML data.
Description
SaveInString starts at the element pData and converts the XMLData objects to a string representation. UpdateXMLData() might be indirectly needed as you have to pass the XMLData as parameter to this function.
Errors
1400 | The object is no longer valid. |
1407 | Invalid parameter or invalid address for the return parameter was specified. |