SPRecycleBinQuery Members
Include Protected Members
Include Inherited Members
Represents a query against the Recycle Bin.
The SPRecycleBinQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRecycleBinQuery | Initializes a new instance of the SPRecycleBinQuery class. |
Top
Properties
Name | Description | |
---|---|---|
IsAscending | Gets or sets a Boolean value that specifies whether to sort in ascending order. | |
ItemCollectionPosition | Gets or sets an object that is used to obtain the next set of rows in a paged view of the Recycle Bin. | |
ItemState | Gets or sets the Recycle Bin stage of items to return in the query. | |
OrderBy | Gets or sets the column by which to order the Recycle Bin query. | |
RowLimit | Gets or sets a limit for the number of items returned in the query per page. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top