The PageCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new or existing page to end of this collection.
| |
| AddRange |
Adds the entries in an array of Pages to the end of the PageCollection.
| |
| Clear |
Removes all pages from the PageCollection.
| |
| CloneToArray()()()() |
Clones this PageCollection with default clone settings.
| |
| CloneToArray(String) |
Clones this PageCollection with the default clone settings but prefix the field fullNames.
| |
| CloneToArray(PageCloneSettings) |
Clones this PageCollection with the specified clone settings.
| |
| CloneToArray(PageCloneSettings, String) |
Clones this PageCollection with the specified clone settings and prefix the field fullNames.
| |
| Contains |
Determine whether an Page is in the PageCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the zero-based index of the given page.
| |
| Insert |
Insert a new or existing page in this collection at the given index.
| |
| InsertRange |
Insert the entries in an array of Pages to the specific locations in the PageCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Move |
Moves an existing page to an other position.
| |
| Remove |
Removes a page from the collection.
| |
| RemoveAt |
Removes a page from the collection.
| |
| RemoveRange(array<Page>[]()[][]) |
Removes multiple pages from the collection.
| |
| RemoveRange(Int32, Int32) |
Removes multiple contiguous pages from the collection.
| |
| ToString | (Inherited from Object.) |