'Declaration Public Overloads Function SaveXml( _ ByVal fileName As System.String _ ) As System.Boolean
public System.bool SaveXml( System.string fileName )
Parameters
- fileName
- The name of the file where you want to save the document.
Return Value
True, if the file is successfully saved; otherwise, False.