SPMobilePostsSaveNavigation.TrySaveItem method
NOTE: This API is now obsolete.
Saves the new post and uploads any included picture.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides Function TrySaveItem As Boolean
'Usage
Dim instance As SPMobilePostsSaveNavigation
Dim returnValue As Boolean
returnValue = instance.TrySaveItem()
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override bool TrySaveItem()
Return value
Type: System.Boolean
true in all cases.
See also
Reference
SPMobilePostsSaveNavigation class