Search Results for

    Show / Hide Table of Contents

    Class RecycleBinQueryOptions

    Defines the recycle bin query criteria

    Inheritance
    object
    RecycleBinQueryOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class RecycleBinQueryOptions

    Properties

    IsAscending

    Gets or sets a Boolean value that specifies whether to sort in ascending order. Defaults to true.

    Declaration
    public bool IsAscending { get; set; }
    Property Value
    bool

    ItemState

    Gets or sets the Recycle Bin stage of items to return in the query. Defaults to FirstStageRecycleBin.

    Declaration
    public RecycleBinItemState ItemState { get; set; }
    Property Value
    RecycleBinItemState

    OrderBy

    Gets or sets the column by which to order the Recycle Bin query. Defaults to Title

    Declaration
    public RecycleBinOrderBy OrderBy { get; set; }
    Property Value
    RecycleBinOrderBy

    PagingInfo

    Gets or sets a string used to get the next set of rows in the page.

    Declaration
    public string PagingInfo { get; set; }
    Property Value
    string

    RowLimit

    Gets or sets a limit for the number of items returned in the query per page. Defaults to 50.

    Declaration
    public int RowLimit { get; set; }
    Property Value
    int

    ShowOnlyMyItems

    Gets or sets a Boolean value that specifies whether to get items deleted by other users. Defaults to false.

    Declaration
    public bool ShowOnlyMyItems { get; set; }
    Property Value
    bool

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer