SortByName Method
See Also Example Applies To
Sorts the collection of feed list entries by name.
Syntax
object.SortByName (AscendingAlphaOrder)
| Part |
Description |
| object |
An object expression that evaluates to an RSSFeedList object. |
| AscendingAlphaOrder |
Optional. A boolean which if True indicates that the collection is sorted in ascending alphabetical order, if False indicates that the collection is sorted in descending alphabetical order. |
|