FragmentCollection.FindAll Method
| Name | Parameters | Description |
|---|---|---|
| FindAll(Predicate<PageFragment>, out Dictionary<PageFragment, FragmentCollection>) | func, fragmentToCollectionMapping | Finds all content fragments that match the specified condition and maps each fragment to its collection. |
| FindAll(Predicate<PageFragment>) | func | Finds all content fragments that match the specified condition. |