ScopesManager methods
SharePoint 2013
The ScopesManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConstructDisplayGroupFromInfo | Creates a scope display group with the specified scope display group information. |
|
ConstructRuleFromRuleInfo | Creates a Search scope rule with specified Search scope rule information. |
|
ConstructScopeFromScopeInfo | Creates a Search scope with specified Search scope information. |
|
EnsureFresh | Refreshes the Search scope compilation information if the information is stale. |
|
EnsurePopulated | Sets the Search scope compilation information to the default global values if not already set. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetDisplayGroup | When overridden in a derived class, gets the scope display group the with specified site URI and name. |
|
GetDisplayGroupsForSite | When overridden in a derived class, gets an enumerator to access the list of the ScopeDisplayGroup objects. |
|
GetHashCode | (Inherited from Object.) |
|
GetRulesInfo | Gets a key/value pair of Search scope rules from the specified rule information collection. |
|
GetScope | Gets the Search scope. |
|
GetScopesForSite | When overridden in a derived class, gets an enumerator to access the collection of scopes for a specified site. |
|
GetSharedScope | When overridden in a derived class, gets the global scope with the specified name. |
|
GetSharedScopes | When overridden in a derived class, gets an enumerator to access a list of global search Scope objects that are available on any server in the SPFarm. |
|
GetType | (Inherited from Object.) |
|
GetUnusedScopesForSite | When overridden in a derived class, gets an enumerator to access the list of the search Scope objects that are not used by any Search scope display group. |
|
InitializeDetails | Initializes the Search scope compilation information by using the specified global settings. |
|
InitializeVolatileDetails | Initializes the Search scope compilation information by using the specified volatile global settings. |
|
MemberwiseClone | (Inherited from Object.) |
|
Populate | When overridden in a derived class, resets the Search scope compilation information to the default global values. |
|
PruneDisplayGroupList | Gets an enumerator to access the list of ScopeDisplayGroup objects associated with the specified list of information about Search display groups. |
|
PruneScopeList | Gets an enumerator to access the list of Scope objects associated with the specified list of information about scopes. |
|
Refresh | When overridden in derived classes, reloads the volatile Search scope compilation information by using information from the Search administration database. |
|
SetDisplayGroupDetails | Sets the detailed information about the specified scope display group with the specified display group information. |
|
SetScopeInfoOnScope | Sets the detailed information about the specified scope with the specified scope information. |
|
StartCompilation | When overridden in a derived class, starts the Search scope compilation in the Search service application. |
|
ToString | (Inherited from Object.) |
|
Update | When overridden in a derived class, updates the Search Scope compilation schedule information. |
Show: