Share via


AuthorityPageCollection members

Represents a collection of AuthorityPage objects.

The AuthorityPageCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of AuthorityPage objects in the collection.
Public property Item[Int32] Gets the authoritative page at the specified index in the collection.
Public property Item[Uri] Gets the authoritative page from the collection based on the specified URL.

Top

Methods

  Name Description
Public method Create Creates an authoritative page.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the authoritative pages in the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh Refreshes the collection of authoritative pages.
Public method ToString (Inherited from Object.)
Public method UpdateUrl Updates the Url of an existing authority page in the database. Returns true if the page was sucessfully updated. Does not update the AuthorityPages collection. Must explicitly call Refresh() after calling this function.

Top

See also

Reference

AuthorityPageCollection class

Microsoft.Office.Server.Search.Administration namespace