SPUtility.IsCurrentUserSiteAuditor method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsCurrentUserSiteAuditor ( _
webApp As SPWebApplication, _
urlZone As SPUrlZone _
) As Boolean
'Uso
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
)
Parâmetros
- webApp
Type: Microsoft.SharePoint.Administration.SPWebApplication
- urlZone
Type: Microsoft.SharePoint.Administration.SPUrlZone
Valor retornado
Type: System.Boolean