XmlFormView.SaveLocation Property
Gets or sets the location to which the form will be saved.
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute> _
Public Property SaveLocation As String
Get
Set
'Usage
Dim instance As XmlFormView
Dim value As String
value = instance.SaveLocation
instance.SaveLocation = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute]
public string SaveLocation { get; set; }
Property Value
Type: System.String
Remarks
When saving the form is disabled, the value of the SaveLocation property is ignored. When the Options property includes DisableSave, the Save button will be hidden in the browser.