次の方法で共有


SP へListItem.fileSystemObjectType プロパティ (sp.js)

リスト アイテムがファイルであるかリスト フォルダーであるかを示す値を取得します。

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

var value = SP.ListItem.get_fileSystemObjectType ()

戻り値

[Type]:の SPFileSystemOjectType

注釈

次の値のいずれかである必要があります: ファイルまたはフォルダー。

他のリソースのエンドポイント

詳細については、リスト アイテムのリソースを参照してください。

エンドポイント URI 構造

http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/fileSystemObjectType

HTTP 要求

このリソースには、次の HTTP コマンドがサポートしています。

  • 投稿

投稿の書式

POST http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/fileSystemObjectType

書式を取得します。

GET http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/fileSystemObjectType