SPGlobalAdmin.IsCurrentUserMachineAdmin-Methode
HINWEIS: Diese API ist veraltet.
Veraltet. In Windows SharePoint Services 2.0zurückgegeben die IsCurrentUserGlobalAdmin -Methode einen booleschen Wert, der angibt, ob der aktuelle Benutzer Mitglied der Gruppe der lokalen Administratoren für den Computer mit 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("Most of the functionality in this class is available in SPFarm or SPWebService.", _
False)> _
Public Function IsCurrentUserMachineAdmin As Boolean
'Usage
Dim instance As SPGlobalAdmin
Dim returnValue As Boolean
returnValue = instance.IsCurrentUserMachineAdmin()
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",
false)]
public bool IsCurrentUserMachineAdmin()
Rückgabewert
Typ: System.Boolean
true , wenn der aktuelle Benutzer Mitglied der Gruppe der lokalen Administratoren ist; andernfalls false.