SPMobileDeleteNavigation.DeleteItem Method
Recycles or deletes the current list item.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub DeleteItem
'Usage
Dim instance As SPMobileDeleteNavigation
instance.DeleteItem()
public virtual void DeleteItem()
Remarks
If the recycle bin is not enabled on the SharePoint site, the item is deleted; otherwise it is sent to the recycle bin.
See Also
Reference
SPMobileDeleteNavigation Class