XmlFormView.SaveLocation - Propriété
Obtient ou définit l'emplacement auquel le formulaire sera enregistré.
Espace de noms : Microsoft.Office.InfoPath.Server.Controls
Assembly : Microsoft.Office.InfoPath.Server (dans Microsoft.Office.InfoPath.Server.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute> _
Public Property SaveLocation As String
Get
Set
'Utilisation
Dim instance As XmlFormView
Dim value As String
value = instance.SaveLocation
instance.SaveLocation = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute]
public string SaveLocation { get; set; }
Valeur de propriété
Type : System.String
Le chemin d'accès à l'entité emplacement.
Remarques
Lors de l'enregistrement du formulaire est désactivée, la valeur de la propriété SaveLocation est ignorée. Lorsque la propriété Options contient DisableSave, le bouton Enregistrer est masqué dans le navigateur.