Compartir a través de


(String[], Int32, Nullable<Boolean>) del método ProfileManagerBase.Search

Perfiles devueltos por subtipos específicos, 0 significa que todos los subtipos.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function Search ( _
    searchPattern As String(), _
    nSubtypeId As Integer, _
    bDeleted As Nullable(Of Boolean) _
) As ProfileBase()
'Uso
Dim instance As ProfileManagerBase
Dim searchPattern As String()
Dim nSubtypeId As Integer
Dim bDeleted As Nullable(Of Boolean)
Dim returnValue As ProfileBase()

returnValue = instance.Search(searchPattern, _
    nSubtypeId, bDeleted)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public ProfileBase[] Search(
    string[] searchPattern,
    int nSubtypeId,
    Nullable<bool> bDeleted
)

Parámetros

  • searchPattern
    Tipo: []

Valor devuelto

Tipo: []
Devuelve .

Vea también

Referencia

clase ProfileManagerBase

Miembros ProfileManagerBase

Sobrecarga Search

Espacio de nombres Microsoft.Office.Server.UserProfiles