Specifies the column by which to order a Recycle Bin query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPRecycleBinOrderBy
Dim instance As SPRecycleBinOrderBy
public enum SPRecycleBinOrderBy
Members
| Member name | Description | |
|---|---|---|
| Min | Order by minimum size. | |
| Default | Use default order. | |
| Title | Name column. | |
| DirName | Original Location column. | |
| Author | Created By column. | |
| DeletedDate | Deleted column. | |
| Size | Size column. | |
| DeletedBy | Deleted By column. | |
| Max | Order by maximum size. |