ScopeInfo members
Represents information about a search scope.
The ScopeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScopeInfo | Initializes a new instance of the ScopeInfo class. |
Top
Properties
Name | Description | |
---|---|---|
AlternateResultsPage | Gets or sets the URL for the alternate search results page. | |
CompilationState | Gets or sets the scope compilation state, which indicates the current status of the scope compilation. | |
CompilationType | Gets or sets the scope compilation type, which specifies when the scope is compiled. | |
ConsumerName | Gets or sets the name of a consumer for the search scope. | |
Description | Gets or sets the search scope description. | |
DisplayInAdminUI | Gets or sets a Boolean value that indicates whether this search scope is displayed on the Search Administration page for the Search service application. | |
Filter | Gets or sets a string that identifies which search filter the search scope is using. | |
Id | Gets or sets the search scope identifier (ID). | |
IsDeleted | Gets or sets a Boolean value that indicates whether the search scope has been deleted from the Search administration database.. | |
LastCompilationTime | Gets or sets the date and time when the search scope was last compiled. | |
LastModifiedBy | Gets or sets the name of the last user to modify the search scope. | |
LastModifiedTime | Gets or sets the date and time when a search scope was last modified. | |
Name | Gets or sets the search scope name. | |
SiteUrl | Gets or sets the URL of the site that contains the search scope. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top