Share via


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
Public method FederationManager(SearchServiceApplication) Builds a FederationManager, that will manage objects by using the specified SearchServiceApplication.
Public method FederationManager(SearchServiceApplicationProxy) Builds a FederationManager, that will manage objects by using the specified SearchServiceApplicationProxy.

Top

Methods

  Name Description
Public method 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDefaultSource Retrieves the default result source for the given owner.
Public method GetHashCode (Inherited from Object.)
Public method GetSource Returns a Result Source with the given Id that belongs to the specified owner.
Public method GetSourceByName Returns a Result Source with the given name that belongs to the specified owner.
Public method GetType (Inherited from Object.)
Public method ListProviders Lists all providers defined in the search service application.
Public method ListReadOnlySources List read-only Result Sources according to a SearchObjectFilter.
Public method ListSources List Result Sources according to a SearchObjectFilter.
Public method ListSourcesWithDefault List result sources according to a SearchObjectFilter along with the default result source for the given SearchObjectOwner in filter.
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveSource Deletes a Result Source.
Public method ToString (Inherited from Object.)
Public method UpdateDefaultSource Updates the the default result source for the given owner to an exisiting Source specified by sourceId.

Top

See also

Reference

FederationManager class

Microsoft.Office.Server.Search.Administration.Query namespace