SPUtility.IsCurrentUserSiteAuditor-Methode

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
)

Parameter

Rückgabewert

Typ: System.Boolean

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace