SPSite.StorageManagementSortedOn enumeration

Specifies whether items on a page are sorted by size (increasing or decreasing) or by date (increasing or decreasing).

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

Syntax

'Declaration
Public Enumeration StorageManagementSortedOn
'Usage
Dim instance As SPSite.StorageManagementSortedOn
public enum StorageManagementSortedOn

Members

Member name Description
Size Sort items according to their size.
Date Sort items according to the date they were modified.

Remarks

The default value is Size. This enumeration is used in conjunction with the StorageManagementSortOrder enumeration.

See also

Reference

Microsoft.SharePoint namespace