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

Gets a value indicating whether the current user has permission to view the specified list item.

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

Syntaxe

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

returnValue = Me.AllowView(item)
protected virtual bool AllowView (
    SPListItem item
)

Paramètres

  • item
    The SPListItem object that the user needs permission to view.

Valeur retournée

true if the user has permission to view the item; otherwise, false.

Voir aussi

Référence

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