Scopes Members
Include Protected Members
Include Inherited Members
Provides access to the search scope management system for Enterprise Search.
The Scopes type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Scopes | Initializes a new instance of the Scopes class. |
Top
Properties
Name | Description | |
---|---|---|
AllDisplayGroups | Gets all the display groups for the Shared Service Provider. | |
AllScopes | Gets all of the search scopes for the Shared Service Provider. | |
AverageCompilationDuration | Gets a value approximating the average duration of the previous five scope compilations. | |
CompilationPercentComplete | Gets a value indicating the scopes compilation progress. | |
CompilationScheduleType | Gets or sets the type of schedule for scope compilation. | |
CompilationState | Gets the scope system state. | |
LastCompilationTime | Gets the time when the last scope compilation completed. | |
NextCompilationTime | Gets the time for the next scheduled scope compilation. | |
Parent | Gets the parent SearchContext object. | |
ScopesNeedingCompilation | Gets the number of scopes that need to be compiled. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDisplayGroup | Returns the display group with the specified name, from the specified site. | |
GetDisplayGroupsForSite | Returns an enumerator to access the collection of display groups for a specified site. | |
GetHashCode | (Inherited from Object.) | |
GetScope | Returns the site-level scope with the specified name, from the specified site. | |
GetScopesForSite | Returns an enumerator to access the collection of scopes for a specified site. | |
GetSharedScope | Returns the global scope with the specified name. | |
GetSharedScopes | Returns an enumerator to access the collection of global search scopes for a Shared Service Provider. | |
GetType | (Inherited from Object.) | |
GetUnusedScopesForSite | ||
MemberwiseClone | (Inherited from Object.) | |
StartCompilation | Starts the scope compilation process. | |
ToString | (Inherited from Object.) | |
Update | Updates the Shared Service Provider's scope system with any changes made. |
Top