ScopeDisplayGroup Members

Include Protected Members
Include Inherited Members

Represents a scope display group.

The ScopeDisplayGroup type exposes the following members.

Properties

  Name Description
Public property Count Specifies the number of scopes that are part of this display group.
Public property Default Gets or sets the default scope for the display group.
Public property Description Gets or sets the description for the display group.
Public property DisplayInAdminUI Gets or sets a Boolean value that indicates whether a scope is displayed in the scope Administration user interface.
Public property ID Gets the scope display group ID.
Public property Item Gets the specified scope from the display group's scope collection.
Public property LastModifiedBy Gets the name of the user who last modified the display group.
Public property LastModifiedTime Gets the time when the display group was last modified.
Public property Name Gets or sets the display group name.
Public property OwningSite Gets the site that owns the display group.

Top

Methods

  Name Description
Public method Add Adds a scope to the display group's scope collection.
Public method Clear Removes all the scopes from the display group's scope collection.
Public method Contains Gets a Boolean value indicating whether the display group's scope collection contains the specified scope.
Public method Delete Deletes the display group.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to access the items in the display group's scope collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Gets the index for a specified scope.
Public method Insert Adds a scope to the display group's scope collection, at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified scope from the display group's scope collection.
Public method RemoveAt Removes the scope at the specified index position from the display group's scope collection.
Public method ToString (Inherited from Object.)
Public method Update Updates the scope display group with the specified changes.

Top

See Also

Reference

ScopeDisplayGroup Class

Microsoft.Office.Server.Search.Administration Namespace