NavigationComparer Members
Include Protected Members
Include Inherited Members
Implements the generic IComparer interface that can sort PortalSiteMapNodes for a given locale by title or date, and by ascending or descending order,
The NavigationComparer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NavigationComparer | Constructs a NavigationComparer object. |
Top
Methods
Name | Description | |
---|---|---|
Compare | Compares two PortalSiteMapNode objects in accordance with the IComparer interface, based on the configuration. | |
CompareProperties | This member is reserved for internal use and is not intended to be used directly from your code.. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SortNavigationNodes | Uses the specified configuration to sort the specified list. | |
ToString | (Inherited from Object.) |
Top