PortalWebSiteMapNode.CollationLCID property

Gets the locale identifier (LCID) to use when performing automatic sorting of navigation items owned by this Web site.

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

Syntax

'Declaration
Public ReadOnly Property CollationLCID As Integer
    Get
'Usage
Dim instance As PortalWebSiteMapNode
Dim value As Integer

value = instance.CollationLCID
public int CollationLCID { get; }

Property value

Type: System.Int32
The LCID to use when performing automatic sorting of navigation items owned by this Web site.

See also

Reference

PortalWebSiteMapNode class

PortalWebSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalWebSiteMapNode