SPGlobalAdmin.IsCurrentUserMachineAdmin 方法
请注意:此 API 现在已过时。
已过时。在Windows SharePoint Services 2.0, IsCurrentUserGlobalAdmin 方法返回一个 Boolean 值,指示当前用户是否是运行SharePoint Foundation的计算机的本地管理员组的成员,并且会保留向后兼容性。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", _
False)> _
Public Function IsCurrentUserMachineAdmin As Boolean
用法
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()
返回值
类型:System.Boolean
true如果当前用户是本地 administrators 组中 ; 的成员否则为false。