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

Gets a value indicating whether the current user has permission to approve items submitted to the specified list.

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

Syntaxe

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

returnValue = Me.AllowApprove(item)
protected virtual bool AllowApprove (
    SPList item
)

Paramètres

  • item
    The SPList object for which the user needs approval permission.

Valeur retournée

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

Voir aussi

Référence

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