Share via


ProfileManagerBase.Search-Methode (String[], Int32, Nullable<Boolean>)

Return Profile für bestimmte Untertypen ' 0 ' bedeutet alle Untertypen.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

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

Parameter

  • searchPattern
    Typ: []

Rückgabewert

Typ: []
Gibt zurück.

Siehe auch

Referenz

ProfileManagerBase Klasse

ProfileManagerBase-Member

Search-Überladung

Microsoft.Office.Server.UserProfiles-Namespace