RemoteScopes methods

The RemoteScopes type exposes the following members.

Methods

  Name Description
Protected method ConstructDisplayGroupFromInfo Creates a scope display group with the specified scope display group information. (Inherited from ScopesManager.)
Protected method ConstructRuleFromRuleInfo Creates a Search scope rule with specified Search scope rule information. (Inherited from ScopesManager.)
Protected method ConstructScopeFromScopeInfo Creates a Search scope with specified Search scope information. (Inherited from ScopesManager.)
Protected method EnsureFresh Refreshes the Search scope compilation information if the information is stale. (Inherited from ScopesManager.)
Protected method EnsurePopulated Sets the Search scope compilation information to the default global values if not already set. (Inherited from ScopesManager.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDisplayGroup Gets the ScopeDisplayGroup. (Overrides ScopesManager.GetDisplayGroup(Uri, String).)
Public method GetDisplayGroupsForSite Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of ScopeDisplayGroup objects. (Overrides ScopesManager.GetDisplayGroupsForSite(Uri).)
Public method GetHashCode (Inherited from Object.)
Protected method GetRulesInfo Gets a key/value pair of Search scope rules from the specified rule information collection. (Inherited from ScopesManager.)
Public method GetScope Gets the Scope. (Overrides ScopesManager.GetScope(Uri, String).)
Public method GetScopesForSite Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of Scope objects. (Overrides ScopesManager.GetScopesForSite(Uri).)
Public method GetSharedScope Gets the specified global Scope that is available on any server in the SPFarm. (Overrides ScopesManager.GetSharedScope(String).)
Public method GetSharedScopes Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of global search Scope objects that are available on any server in the SPFarm. (Overrides ScopesManager.GetSharedScopes().)
Public method GetType (Inherited from Object.)
Public method GetUnusedScopesForSite Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of the search Scope objects that are not used by any Search scope display group. (Overrides ScopesManager.GetUnusedScopesForSite(Uri).)
Protected method InitializeDetails Initializes the Search scope compilation information by using the specified global settings. (Inherited from ScopesManager.)
Protected method InitializeVolatileDetails Initializes the Search scope compilation information by using the specified volatile global settings. (Inherited from ScopesManager.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Populate Populates the search Scope compilation information from the SearchAdminDatabase. (Overrides ScopesManager.Populate().)
Protected method PruneDisplayGroupList Gets an enumerator to access the list of ScopeDisplayGroup objects associated with the specified list of information about Search display groups. (Inherited from ScopesManager.)
Protected method PruneScopeList Gets an enumerator to access the list of Scope objects associated with the specified list of information about scopes. (Inherited from ScopesManager.)
Protected method Refresh Reloads the volatile search Scope compilation information with the SearchAdminDatabase. (Overrides ScopesManager.Refresh().)
Protected method SetDisplayGroupDetails Sets the detailed information about the specified scope display group with the specified display group information. (Inherited from ScopesManager.)
Protected method SetScopeInfoOnScope Sets the detailed information about the specified scope with the specified scope information. (Inherited from ScopesManager.)
Public method StartCompilation Starts the search Scope compilation in the Search service application. (Overrides ScopesManager.StartCompilation().)
Public method ToString (Inherited from Object.)
Public method Update Updates the search Scope compilation schedule information on a remote Scope objects with information stored in the SearchAdminDatabase. (Overrides ScopesManager.Update().)

Top

See also

Reference

RemoteScopes class

Microsoft.Office.Server.Search.Administration namespace