Partager via


ProfileManagerBase.Search - Méthode (String[], Int32, Nullable<Boolean>)

Profils de retour pour les sous-types spécifiques, 0 signifie que tous les sous-types.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Function Search ( _
    searchPattern As String(), _
    nSubtypeId As Integer, _
    bDeleted As Nullable(Of Boolean) _
) As ProfileBase()
'Utilisation
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
)

Paramètres

  • searchPattern
    Type : []

Valeur renvoyée

Type : []
Cette propriété renvoie .

Voir aussi

Référence

ProfileManagerBase classe

ProfileManagerBase - Membres

Search - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms