SPMobileComponent.AllowNew - Méthode
Obtient une valeur indiquant si l'utilisateur actuel est autorisé à créer de nouveaux éléments pour la liste spécifiée.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
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
Type : Microsoft.SharePoint.SPListL'objet SPList pour lequel l'utilisateur doit savoir si elle a l'autorisation d'ajouter de nouveaux éléments.
Valeur renvoyée
Type : System.Boolean
true si l'utilisateur est autorisé à ajouter de nouveaux éléments ; dans le cas contraire, false.