Scopes methods
SharePoint 2013
The Scopes type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConstructDisplayGroupFromInfo | Creates a scope display group with the specified scope display group information. (Inherited from ScopesManager.) |
|
ConstructRuleFromRuleInfo | Creates a Search scope rule with specified Search scope rule information. (Inherited from ScopesManager.) |
|
ConstructScopeFromScopeInfo | Creates a Search scope with specified Search scope information. (Inherited from ScopesManager.) |
|
EnsureFresh | Refreshes the Search scope compilation information if the information is stale. (Inherited from ScopesManager.) |
|
EnsurePopulated | Sets the Search scope compilation information to the default global values if not already set. (Inherited from ScopesManager.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetDisplayGroup | Returns the display group with the specified name, from the specified site. (Overrides ScopesManager.GetDisplayGroup(Uri, String).) |
|
GetDisplayGroupsForSite | Returns an enumerator to access the collection of display groups for a specified site. (Overrides ScopesManager.GetDisplayGroupsForSite(Uri).) |
|
GetHashCode | (Inherited from Object.) |
|
GetRulesInfo | Gets a key/value pair of Search scope rules from the specified rule information collection. (Inherited from ScopesManager.) |
|
GetScope | Returns the site-level scope with the specified name, from the specified site. (Overrides ScopesManager.GetScope(Uri, String).) |
|
GetScopesForSite | Returns an enumerator to access the collection of scopes for a specified site. (Overrides ScopesManager.GetScopesForSite(Uri).) |
|
GetSharedScope | Returns the global scope with the specified name. (Overrides ScopesManager.GetSharedScope(String).) |
|
GetSharedScopes | Returns an enumerator to access the collection of global search scopes for a Shared Service Provider. (Overrides ScopesManager.GetSharedScopes().) |
|
GetType | (Inherited from Object.) |
|
GetUnusedScopesForSite | (Overrides ScopesManager.GetUnusedScopesForSite(Uri).) |
|
InitializeDetails | Initializes the Search scope compilation information by using the specified global settings. (Inherited from ScopesManager.) |
|
InitializeVolatileDetails | Initializes the Search scope compilation information by using the specified volatile global settings. (Inherited from ScopesManager.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Populate | (Overrides ScopesManager.Populate().) |
|
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.) |
|
PruneScopeList | Gets an enumerator to access the list of Scope objects associated with the specified list of information about scopes. (Inherited from ScopesManager.) |
|
Refresh | (Overrides ScopesManager.Refresh().) |
|
SetDisplayGroupDetails | Sets the detailed information about the specified scope display group with the specified display group information. (Inherited from ScopesManager.) |
|
SetScopeInfoOnScope | Sets the detailed information about the specified scope with the specified scope information. (Inherited from ScopesManager.) |
|
StartCompilation | Starts the scope compilation process. (Overrides ScopesManager.StartCompilation().) |
|
ToString | (Inherited from Object.) |
|
Update | Updates the Shared Service Provider's scope system with any changes made. (Overrides ScopesManager.Update().) |
Show: