SPRecycleBinOrderBy Enumeration
Specifies the column by which to order a Recycle Bin query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPRecycleBinOrderBy
'Usage
Dim instance As SPRecycleBinOrderBy
[SubsetCallableTypeAttribute]
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. |