SPGlobalAdmin.IsCurrentUserGlobalAdmin-Methode
HINWEIS: Diese API ist veraltet.
In Windows SharePoint Services 2.0zurückgegeben die IsCurrentUserGlobalAdmin -Methode einen booleschen Wert, der angibt, ob der aktuelle Benutzer Mitglied des Gruppenkontos für SharePoint-Administratoren in der Bereitstellung SharePoint Foundation , beibehalten und ist für die Abwärtskompatibilität.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is no longer necessary.", False)> _
Public Function IsCurrentUserGlobalAdmin As Boolean
'Usage
Dim instance As SPGlobalAdmin
Dim returnValue As Boolean
returnValue = instance.IsCurrentUserGlobalAdmin()
[ObsoleteAttribute("This method is no longer necessary.", false)]
public bool IsCurrentUserGlobalAdmin()
Rückgabewert
Typ: System.Boolean
true , wenn der aktuelle Benutzer ein globaler Administrator ist; andernfalls false.