del método SPUtility.SearchWindowsPrincipals
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Shared Function SearchWindowsPrincipals ( _
webApp As SPWebApplication, _
input As String, _
scopes As SPPrincipalType, _
maxCount As Integer, _
<OutAttribute> ByRef reachMaxCount As Boolean _
) As IList(Of SPPrincipalInfo)
'Uso
Dim webApp As SPWebApplication
Dim input As String
Dim scopes As SPPrincipalType
Dim maxCount As Integer
Dim reachMaxCount As Boolean
Dim returnValue As IList(Of SPPrincipalInfo)
returnValue = SPUtility.SearchWindowsPrincipals(webApp, _
input, scopes, maxCount, reachMaxCount)
public static IList<SPPrincipalInfo> SearchWindowsPrincipals(
SPWebApplication webApp,
string input,
SPPrincipalType scopes,
int maxCount,
out bool reachMaxCount
)
Parámetros
- webApp
Tipo: Microsoft.SharePoint.Administration.SPWebApplication
- input
Tipo: System.String
- scopes
Tipo: Microsoft.SharePoint.Utilities.SPPrincipalType
- maxCount
Tipo: System.Int32
- reachMaxCount
Tipo: System.Boolean
Valor devuelto
Tipo: System.Collections.Generic.IList<SPPrincipalInfo>