FederationManager members
Provides functionality to create, edit and delete federation objects in a search system. This class depends on a valid SearchServiceApplication or Proxy and on a SharePoint context. The latter can be assumed or specified explicitely.
The FederationManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
FederationManager(SearchServiceApplication) | Builds a FederationManager, that will manage objects by using the specified SearchServiceApplication. |
![]() |
FederationManager(SearchServiceApplicationProxy) | Builds a FederationManager, that will manage objects by using the specified SearchServiceApplicationProxy. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CreateSource | Creates a new source and return it. The new source will only be commited to the system when and if Source.Commit is called. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDefaultSource | Retrieves the default result source for the given owner. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetSource | Returns a Result Source with the given Id that belongs to the specified owner. |
![]() |
GetSourceByName | Returns a Result Source with the given name that belongs to the specified owner. |
![]() |
GetType | (Inherited from Object.) |
![]() |
ListProviders | Lists all providers defined in the search service application. |
![]() |
ListReadOnlySources | List read-only Result Sources according to a SearchObjectFilter. |
![]() |
ListSources | List Result Sources according to a SearchObjectFilter. |
![]() |
ListSourcesWithDefault | List result sources according to a SearchObjectFilter along with the default result source for the given SearchObjectOwner in filter. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveSource | Deletes a Result Source. |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateDefaultSource | Updates the the default result source for the given owner to an exisiting Source specified by sourceId. |
Top
See also
Reference
Microsoft.Office.Server.Search.Administration.Query namespace
.gif)
.gif)