Search Results for

    Show / Hide Table of Contents

    Enum RecycleBinItemType

    Specifies the type of the Recycle Bin item.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum RecycleBinItemType : int

    App

    Specifies that that Recycle Bin item is an app. The value = 11

    Attachment

    Specifies that the Recycle Bin item is an attachment. The value = 7.

    CascadeParent

    Specifies that the Recycle Bin item is a list item that is the parent of one or more related list items. The value = 9.

    File

    Specifies that the Recycle Bin item is a file. The value = 1.

    FileVersion

    Specifies that the Recycle Bin item is a historical version of a file. The value = 2.

    Folder

    Specifies that the Recycle Bin item is a folder. The value = 5.

    FolderWithLists

    Specifies that the Recycle Bin item is a folder that contains a list. The value = 6.

    List

    Specifies that the Recycle Bin item is a list. The value = 4.

    ListItem

    Specifies that the Recycle Bin item is a list item. The value = 3.

    ListItemVersion

    Specifies that the Recycle Bin item is a historical version of a list item. The value = 8.

    None

    The type of the Recycle Bin item is not specified. The value = 0.

    Web

    Specifies that the Recycle Bin item is a site (Web object). The value = 10.

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