AuthorityPageCollection members
Represents a collection of AuthorityPage objects.
The AuthorityPageCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of AuthorityPage objects in the collection. | |
Item[Int32] | Gets the authoritative page at the specified index in the collection. | |
Item[Uri] | Gets the authoritative page from the collection based on the specified URL. |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates an authoritative page. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the authoritative pages in the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the collection of authoritative pages. | |
ToString | (Inherited from Object.) | |
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