ClientServiceHost.IsMethodBlocked - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Overridable Function IsMethodBlocked ( _
typeId As Guid, _
methodName As String, _
currentUserIsAnonymous As Boolean _
) As Boolean
'Utilisation
Dim instance As ClientServiceHost
Dim typeId As Guid
Dim methodName As String
Dim currentUserIsAnonymous As Boolean
Dim returnValue As Boolean
returnValue = instance.IsMethodBlocked(typeId, _
methodName, currentUserIsAnonymous)
public virtual bool IsMethodBlocked(
Guid typeId,
string methodName,
bool currentUserIsAnonymous
)
Paramètres
- typeId
Type : System.Guid
- methodName
Type : System.String
- currentUserIsAnonymous
Type : System.Boolean
Valeur renvoyée
Type : System.Boolean