SPGlobalAdmin.IsCurrentUserGlobalAdmin Method

NOTE: This API is now obsolete.

In Windows SharePoint Services 2.0, the IsCurrentUserGlobalAdmin method returned a Boolean value that indicated whether the current user is a member of the SharePoint administrators group account in the SharePoint Foundation deployment, and is maintained for backward compatibility.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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()

Return Value

Type: System.Boolean
true if the current user is a global administrator; otherwise, false.

See Also

Reference

SPGlobalAdmin Class

SPGlobalAdmin Members

Microsoft.SharePoint.Administration Namespace