SPMobileDiscussionBoardSaveNavigation.TrySaveItem Method
Saves a new discussion board on a list on a mobile Web site.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function TrySaveItem As Boolean
'Usage
Dim instance As SPMobileDiscussionBoardSaveNavigation
Dim returnValue As Boolean
returnValue = instance.TrySaveItem()
public override bool TrySaveItem()
Return Value
Type: System.Boolean
true if the new discussion board is successfully saved; otherwise false.
Remarks
This method is called by the Click event of the CommandControl property of the SPMobileDiscussionBoardSaveNavigation control.
See Also
Reference
SPMobileDiscussionBoardSaveNavigation Class