SPMobileUploadPageNavigation.AllowNew method
This member overrides SPMobileComponent.AllowNew(SPList).
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function AllowNew ( _
list As SPList _
) As Boolean
'Usage
Dim list As SPList
Dim returnValue As Boolean
returnValue = Me.AllowNew(list)
protected override bool AllowNew(
SPList list
)
Parameters
- list
Type: Microsoft.SharePoint.SPList
Return value
Type: System.Boolean
See also
Reference
SPMobileUploadPageNavigation class