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.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| 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.
| |
| 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.
|
Properties
Events
| Name | Description | |
|---|---|---|
| Changed |
Raised after this collection has changed.
|