SPMobileComponent.AllowNew, méthode (Microsoft.SharePoint.MobileControls)

Gets a value indicating whether the current user has permission to create new items for the specified list.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Protected Overridable Function AllowNew ( _
    list As SPList _
) As Boolean
'Utilisation
Dim list As SPList
Dim returnValue As Boolean

returnValue = Me.AllowNew(list)
protected virtual bool AllowNew (
    SPList list
)

Paramètres

  • list
    The SPList object for which the user needs permission to add new items.

Valeur retournée

true if the user has permission to add new items; otherwise, false.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms