Scope Members
Include Protected Members
Include Inherited Members
Represents a search scope in Enterprise Search.
The Scope type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlternateResultsPage | Gets or sets the URL for an alternate search results page. | |
CompilationState | Gets the current compilation state for a search scope. | |
CompilationType | Gets or sets the type of scope compilation. | |
ContainingDisplayGroups | Gets the names of the display groups that contain this scope. | |
Count | Gets the number of content items in a search scope. | |
Description | Gets or sets the text description for a scope. | |
DisplayInAdminUI | Gets or sets a Boolean value that indicates whether a scope is displayed in the Shared Service Provider Administration user interface. | |
ID | Gets the scope ID. | |
LastCompilationTime | Gets the time when the last scope compilation completed for a scope. | |
LastModifiedBy | Gets the name of the user who last modified a scope. | |
LastModifiedTime | Gets the time when a scope was last modified. | |
Name | Gets or sets the scope name. | |
OwningSite | Gets the site that owns the scope. | |
Rules | Gets the collection of scope rules for a scope. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the scope. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates a scope with any changes made. |
Top