Compartilhar via


SPMobileComponent.AllowNew method

Obtém um valor indicando se o usuário atual tem permissão para criar novos itens para a lista especificada.

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable Function AllowNew ( _
    list As SPList _
) As Boolean
'Uso
Dim list As SPList
Dim returnValue As Boolean

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

Parâmetros

Valor retornado

Type: System.Boolean
true se o usuário tiver permissão para adicionar novos itens; Caso contrário, false.

Ver também

Referência

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace