ProfileSearchManager Members
Include Protected Members
Include Inherited Members
Manages and executes search queries that can combine different profile types in the result set. It also supports searches for Audience objects.
The ProfileSearchManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProfileSearchManager() | Returns the ProfileSearchManager object for the current SPServiceContext. | |
GetProfileSearchManager(SPServiceContext) | Returns the ProfileSearchManager object for the specified SPServiceContext. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Search([], ProfileSearchFlags) | Uses the specified search patterns to search for profiles of specified types. | |
Search([], ProfileSearchFlags, Int32, Nullable<Boolean>) | ||
SearchAudiences | Uses the specified search patterns to search for audiences. | |
ToString | (Inherited from Object.) |
Top