SP へRecycleBinItemType 列挙 (sp.js)

RSS フィードがサイトで有効かどうかを指定する値を取得または設定します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.RecycleBinItemType = {attachment : "Undefined",cascadeParent : "Undefined",file : "Undefined",fileVersion : "Undefined",folder : "Undefined",folderWithLists : "Undefined",list : "Undefined",listItem : "Undefined",listItemVersion : "Undefined",none : "Undefined",web : "Undefined",registerEnum : "Undefined"}

メンバー

RecycleBinItemType object列挙には、次のメンバーがあります。

メンバー

説明

attachment

7

ごみ箱のアイテムに添付ファイルを指定します。

cascadeParent

9

ごみ箱のアイテムは 1 つの親であるリストのアイテムをまたはリスト アイテムを関連詳細を指定します。

file

1

ごみ箱のアイテムにファイルを指定します。

fileVersion

2

ごみ箱のアイテムに過去のバージョンのファイルがあるかを指定します。

folder

5

ごみ箱のアイテムをフォルダーに指定します。

folderWithLists

6

ごみ箱のアイテムが一覧に含まれるフォルダーを指定します。

list

4

ごみ箱のアイテムが一覧であることを示します。

listItem

3

ごみ箱のアイテムにリストのアイテムを指定します。

listItemVersion

8

ごみ箱のアイテムに過去のバージョンのリストのアイテムを指定します。

none

0

ごみ箱のアイテムの種類が指定されていません。

web

未定義の値

registerEnum

未定義の値