SPUtility.IsCurrentUserSiteAuditor method

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

Syntax

'Declaration
Public Shared Function IsCurrentUserSiteAuditor ( _
    webApp As SPWebApplication, _
    urlZone As SPUrlZone _
) As Boolean
'Usage
Dim webApp As SPWebApplication
Dim urlZone As SPUrlZone
Dim returnValue As Boolean

returnValue = SPUtility.IsCurrentUserSiteAuditor(webApp, _
    urlZone)
public static bool IsCurrentUserSiteAuditor(
    SPWebApplication webApp,
    SPUrlZone urlZone
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace