SPMobileComponent.AllowDelete method
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function AllowDelete ( _
item As SPListItem _
) As Boolean
'Usage
Dim item As SPListItem
Dim returnValue As Boolean
returnValue = Me.AllowDelete(item)
protected virtual bool AllowDelete(
SPListItem item
)
Parameters
- item
Type: Microsoft.SharePoint.SPListItem
Return value
Type: System.Boolean