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