Share via


PublishingWeb.NavigationAutomaticSortingMethod Property

Controls the property to use when automatically sorting navigation items owned by this PublishingWeb object.

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

Syntax

'Declaration
Public Property NavigationAutomaticSortingMethod As AutomaticSortingMethod
    Get
    Set
'Usage
Dim instance As PublishingWeb
Dim value As AutomaticSortingMethod

value = instance.NavigationAutomaticSortingMethod

instance.NavigationAutomaticSortingMethod = value
public AutomaticSortingMethod NavigationAutomaticSortingMethod { get; set; }

Property Value

Type: Microsoft.SharePoint.Publishing.AutomaticSortingMethod
An AutomaticSortingMethod that represents a specific, automatic sorting method.

Remarks

This property is useful only when the NavigationOrderingMethod uses a type of automatic sorting.

See Also

Reference

PublishingWeb Class

PublishingWeb Members

Microsoft.SharePoint.Publishing Namespace

PortalSiteMapProvider