SPUtility.EnsureSiteAdminAccess method

Determines whether the current user is a site administrator on the specified site and, if not, requests a user name and password, and then opens the Error page for an “access denied” exception so that the user must request access to the site or list from the owner.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub EnsureSiteAdminAccess ( _
    web As SPWeb _
)
'Usage
Dim web As SPWebSPUtility.EnsureSiteAdminAccess(web)
public static void EnsureSiteAdminAccess(
    SPWeb web
)

Parameters

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace