SPMobileSaveNavigation.TrySaveItem - Méthode
Enregistre un commentaire, publication ou autre élément de la liste, sur un site web mobile.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Function TrySaveItem As Boolean
'Utilisation
Dim instance As SPMobileSaveNavigation
Dim returnValue As Boolean
returnValue = instance.TrySaveItem()
public virtual bool TrySaveItem()
Valeur renvoyée
Type : System.Boolean
true si l'élément est enregistré avec succès ; dans le cas contraire, false.
Remarques
Cette méthode est appelée par l'événement Click de la propriété CommandControl du contrôle SPMobileSaveNavigation .