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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.