Site.GetRecycleBinItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.RecycleBinItemCollection GetRecycleBinItems (string pagingInfo, int rowLimit, bool isAscending, Microsoft.SharePoint.Client.RecycleBinOrderBy orderBy, Microsoft.SharePoint.Client.RecycleBinItemState itemState);
member this.GetRecycleBinItems : string * int * bool * Microsoft.SharePoint.Client.RecycleBinOrderBy * Microsoft.SharePoint.Client.RecycleBinItemState -> Microsoft.SharePoint.Client.RecycleBinItemCollection
Public Function GetRecycleBinItems (pagingInfo As String, rowLimit As Integer, isAscending As Boolean, orderBy As RecycleBinOrderBy, itemState As RecycleBinItemState) As RecycleBinItemCollection
Parameters
- pagingInfo
- String
- rowLimit
- Int32
- isAscending
- Boolean
- orderBy
- RecycleBinOrderBy
- itemState
- RecycleBinItemState
Returns
- Attributes