XmlFormHostItem.SaveAs Method (Microsoft.Office.InfoPath)
This member is a wrapper for the SaveAs method of the XmlForm class.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
Public Overridable Sub SaveAs ( _
fileUrl As String _
)
'Usage
Dim instance As XmlFormHostItem
Dim fileUrl As String
instance.SaveAs(fileUrl)
public virtual void SaveAs (
string fileUrl
)
Parameters
- fileUrl
See Also
Reference
XmlFormHostItem Class
XmlFormHostItem Members
Microsoft.Office.InfoPath Namespace