AutomaticSortingMethod enumeration

Provides options that specify which property to use when automatically sorting navigation items.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration AutomaticSortingMethod
'Usage
Dim instance As AutomaticSortingMethod
public enum AutomaticSortingMethod

Members

Member name Description
Title Sort items alphabetically by title.
CreatedDate Sort items by time of creation.
LastModifiedDate Sort items by time of last modification.

See also

Reference

Microsoft.SharePoint.Publishing namespace

CreatedDate

LastModifiedDate

Title