RemoteScopes members
Provides the ability to administer a search Scope on a remote SPFarm.
The RemoteScopes type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemoteScopes | Initializes a new instance of the RemoteScopes class. |
Top
Properties
Name | Description | |
---|---|---|
AllDisplayGroups | Gets all of the ScopeDisplayGroup objects of the RemoteScopes. (Overrides ScopesManager.AllDisplayGroups.) | |
AllScopes | Gets all of the Scope objects managed by the RemoteScopes class. (Overrides ScopesManager.AllScopes.) | |
AverageCompilationDuration | Gets the average compilation time for the Search scopes. (Inherited from ScopesManager.) | |
CompilationPercentComplete | Gets the percentage of compilation completed for the Search scope system. (Inherited from ScopesManager.) | |
CompilationScheduleType | Gets or sets the scope compilation schedule type of the remote server Scope objects. (Overrides ScopesManager.CompilationScheduleType.) | |
CompilationState | Gets the compilation state of the Search scope system. (Inherited from ScopesManager.) | |
LastCompilationTime | Gets the date and time of the last compilation for the Search scope system. (Inherited from ScopesManager.) | |
LogPrefix | Gets the prefix that is prepended to each log statement for RemoteScopes. (Overrides ScopesManager.LogPrefix.) | |
NextCompilationTime | Gets the date and time for the next compilation of the Search scope system. (Inherited from ScopesManager.) | |
ScopesNeedingCompilation | Gets the number of scopes that need to be compiled. (Inherited from ScopesManager.) |
Top
Methods
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 | Gets the ScopeDisplayGroup. (Overrides ScopesManager.GetDisplayGroup(Uri, String).) | |
GetDisplayGroupsForSite | Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of ScopeDisplayGroup objects. (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 | Gets the Scope. (Overrides ScopesManager.GetScope(Uri, String).) | |
GetScopesForSite | Gets an enumerator to access the [T:System.Collections.Generic.List<T>] of Scope objects. (Overrides ScopesManager.GetScopesForSite(Uri).) | |
GetSharedScope | Gets the specified global Scope that is available on any server in the SPFarm. (Overrides ScopesManager.GetSharedScope(String).) | |
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().) | |
GetType | (Inherited from Object.) | |
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).) | |
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 | Populates the search Scope compilation information from the SearchAdminDatabase. (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 | Reloads the volatile search Scope compilation information with the SearchAdminDatabase. (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 search Scope compilation in the Search service application. (Overrides ScopesManager.StartCompilation().) | |
ToString | (Inherited from Object.) | |
Update | Updates the search Scope compilation schedule information on a remote Scope objects with information stored in the SearchAdminDatabase. (Overrides ScopesManager.Update().) |
Top
Fields
Name | Description | |
---|---|---|
isChanged | Indicates whether the value of the CompilationScheduleType property has changed. (Inherited from ScopesManager.) | |
isPopulated | Indicates whether the Search scope compilation information has been reset to the default global values. (Inherited from ScopesManager.) | |
lastRefreshTime | Represents the last time that the volatile Search scope compilation information was reset to the default global values. (Inherited from ScopesManager.) | |
managedPropertiesById | Represents a key/value pair that stores the property IDs of the managed properties of the ScopesManager. (Inherited from ScopesManager.) | |
managedPropertiesByName | Represents a key/value pair that stores the names of the managed properties of the ScopesManager. (Inherited from ScopesManager.) |
Top