SPBuiltInFieldId.SortBehavior field

Identifies a field that contains an integer value that specifies how the folder is sorted within a view.

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

Syntax

'Declaration
Public Shared ReadOnly SortBehavior As Guid
'Usage
Dim value As Guid

value = SPBuiltInFieldId.SortBehavior
public static readonly Guid SortBehavior

Remarks

If this parameter is set to 1, the folder must be sorted as a folder. If this parameter is set to 0, the folder must be sorted as a file. If this parameter is set to 2, the folder must be sorted as a site.

See also

Reference

SPBuiltInFieldId class

SPBuiltInFieldId members

Microsoft.SharePoint namespace