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
<PersonalizableAttribute> _
<WebBrowsableAttribute(True)> _
Public Property SaveLocation As String
    Get
    Set
'Usage
Dim instance As XmlFormView
Dim value As String

value = instance.SaveLocation

instance.SaveLocation = value
[PersonalizableAttribute]
[WebBrowsableAttribute(true)]
public string SaveLocation { get; set; }

Property Value

Type: System.String
The path to the save location.

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.

See Also

Reference

XmlFormView Class

XmlFormView Members

Microsoft.Office.InfoPath.Server.Controls Namespace