SPSite.StorageManagementSortOrder enumeration

Specifies the direction in which items are sorted on a page.

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

Syntax

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

Members

Member name Description
Increasing Increasing order.
Decreasing Decreasing order.

Remarks

This enumeration is used in conjunction with the SPSite.StorageManagementSortedOn enumeration.

See also

Reference

Microsoft.SharePoint namespace